diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-05 22:58:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-05 22:58:02 +0000 |
commit | 7277ec6a16005fbbf00e59a8beacc7634f4376fc (patch) | |
tree | 89becbb47fd3ca1d6f3fd97d6677e0b01732e970 /comms/usbmuxd | |
parent | 96966101c6558191cb15925803ded6baf1737eb7 (diff) | |
download | ports-7277ec6a16005fbbf00e59a8beacc7634f4376fc.tar.gz ports-7277ec6a16005fbbf00e59a8beacc7634f4376fc.zip |
Notes
Diffstat (limited to 'comms/usbmuxd')
-rw-r--r-- | comms/usbmuxd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/usbmuxd/Makefile b/comms/usbmuxd/Makefile index b1ae2bb1e742..93cf7e29ad66 100644 --- a/comms/usbmuxd/Makefile +++ b/comms/usbmuxd/Makefile @@ -17,9 +17,7 @@ LIB_DEPENDS= libplist.so:devel/libplist \ USES= autoreconf cpe libtool pathfix pkgconfig tar:bzip2 CPE_VENDOR= nikias_bassen GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-systemd \ - libusb_CFLAGS="-I/usr/include" \ - libusb_LIBS="-lusb" +CONFIGURE_ARGS= --without-systemd PLIST_FILES= man/man1/${PORTNAME}.1.gz \ sbin/${PORTNAME} |