aboutsummaryrefslogtreecommitdiff
path: root/security/libfprint
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-01-05 22:58:02 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-01-05 22:58:02 +0000
commit7277ec6a16005fbbf00e59a8beacc7634f4376fc (patch)
tree89becbb47fd3ca1d6f3fd97d6677e0b01732e970 /security/libfprint
parent96966101c6558191cb15925803ded6baf1737eb7 (diff)
downloadports-7277ec6a16005fbbf00e59a8beacc7634f4376fc.tar.gz
ports-7277ec6a16005fbbf00e59a8beacc7634f4376fc.zip
Assume "pkg-config libusb*" works after 9.x EOL
FreeBSD appears to use different pkg-config name for 0.1.x API but it doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS.
Notes
Notes: svn path=/head/; revision=430669
Diffstat (limited to 'security/libfprint')
-rw-r--r--security/libfprint/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile
index 96da28b9a2ba..d20e3f7b81a3 100644
--- a/security/libfprint/Makefile
+++ b/security/libfprint/Makefile
@@ -20,7 +20,6 @@ USE_OPENSSL= yes
USE_GNOME= glib20
INSTALL_TARGET= install-strip
-CONFIGURE_ENV= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
CPPFLAGS+= -DHAVE_MEMMEM
MAKE_JOBS_UNSAFE=yes