svn commit: r430671 - head/comms/dfu-programmer

Jan Beich jbeich at FreeBSD.org
Thu Jan 5 22:58:31 UTC 2017


Author: jbeich
Date: Thu Jan  5 22:58:30 2017
New Revision: 430671
URL: https://svnweb.freebsd.org/changeset/ports/430671

Log:
  comms/dfu-programmer: chase r316903
  
  Ideally, the port should switch to USES += autoreconf pkgconfig
  instead of LIBS += -lusb.

Modified:
  head/comms/dfu-programmer/Makefile   (contents, props changed)

Modified: head/comms/dfu-programmer/Makefile
==============================================================================
--- head/comms/dfu-programmer/Makefile	Thu Jan  5 22:58:18 2017	(r430670)
+++ head/comms/dfu-programmer/Makefile	Thu Jan  5 22:58:30 2017	(r430671)
@@ -12,9 +12,7 @@ COMMENT=	Device Firmware Update based US
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lusb
+LIBS+=		-lusb
 
 PLIST_FILES=	bin/dfu-programmer man/man1/dfu-programmer.1.gz
 PORTDOCS=	*


More information about the svn-ports-all mailing list