diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-05 22:58:18 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-05 22:58:18 +0000 |
commit | 5c82686458c23e9b2e8f0247a9d5437545658554 (patch) | |
tree | feecc6576b6e709701eb5995bb9310af172a5ac1 /comms/dfu-util | |
parent | 7277ec6a16005fbbf00e59a8beacc7634f4376fc (diff) |
Notes
Diffstat (limited to 'comms/dfu-util')
-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 |