diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-06 06:58:18 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-06 06:58:18 +0800 |
commit | 5c82686458c23e9b2e8f0247a9d5437545658554 (patch) | |
tree | feecc6576b6e709701eb5995bb9310af172a5ac1 /comms | |
parent | 7277ec6a16005fbbf00e59a8beacc7634f4376fc (diff) | |
download | freebsd-ports-gnome-5c82686458c23e9b2e8f0247a9d5437545658554.tar.gz freebsd-ports-gnome-5c82686458c23e9b2e8f0247a9d5437545658554.tar.zst freebsd-ports-gnome-5c82686458c23e9b2e8f0247a9d5437545658554.zip |
comms/dfu-util: drop nop flags
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dfu-util/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile index 8a64579f25bb..12abbac933f3 100644 --- a/comms/dfu-util/Makefile +++ b/comms/dfu-util/Makefile @@ -12,8 +12,6 @@ COMMENT= Device firmware update (DFU) USB programmer LICENSE= GPLv2 GNU_CONFIGURE= yes -CONFIGURE_ENV= USE_LIBS="-lusb" \ - ac_cv_lib_usbpath_usb_path2devnum=no PLIST_FILES= bin/dfu-prefix bin/dfu-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz |