diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-06 06:58:30 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-06 06:58:30 +0800 |
commit | e6fd365a28f70bb88bd7938305443483344011f0 (patch) | |
tree | eed8eb738ba3be911d408f5cfeb879bb4e9bf8f2 /comms | |
parent | bc597bc77200d738d06565adafb6650512932a59 (diff) | |
download | freebsd-ports-gnome-e6fd365a28f70bb88bd7938305443483344011f0.tar.gz freebsd-ports-gnome-e6fd365a28f70bb88bd7938305443483344011f0.tar.zst freebsd-ports-gnome-e6fd365a28f70bb88bd7938305443483344011f0.zip |
comms/dfu-programmer: chase r316903
Ideally, the port should switch to USES += autoreconf pkgconfig
instead of LIBS += -lusb.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dfu-programmer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/dfu-programmer/Makefile b/comms/dfu-programmer/Makefile index ab4376d984f2..642b4304f5c9 100644 --- a/comms/dfu-programmer/Makefile +++ b/comms/dfu-programmer/Makefile @@ -12,9 +12,7 @@ COMMENT= Device Firmware Update based USB programmer for Atmel chips 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= * |