aboutsummaryrefslogtreecommitdiffstats
path: root/security/ykpers
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-04-30 00:43:05 +0800
committerrene <rene@FreeBSD.org>2013-04-30 00:43:05 +0800
commit4474a0cc08c5d35a6a333ccf61e822717d7440fa (patch)
treea101ccfbdb487a4c9c92a67d6d88ac8775e3362a /security/ykpers
parent6d3249226ec6077a65ecc9129a6a4a11b61b2d09 (diff)
downloadfreebsd-ports-gnome-4474a0cc08c5d35a6a333ccf61e822717d7440fa.tar.gz
freebsd-ports-gnome-4474a0cc08c5d35a6a333ccf61e822717d7440fa.tar.zst
freebsd-ports-gnome-4474a0cc08c5d35a6a333ccf61e822717d7440fa.zip
In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports. Other changes: - convert Makefile header - convert to optionsNG - remove indefinite article from comment - drop support for FreeBSD < 8.0 - pet portlint (leave library ABI versions in LIB_DEPENDS) - net-mgmt/spectools: change option name from GTK to GTK2 to use default description from bsd.options.desc.mk Approved by: portmgr (bapt)
Diffstat (limited to 'security/ykpers')
-rw-r--r--security/ykpers/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile
index 3592bac2ac11..a65dea5a4fd8 100644
--- a/security/ykpers/Makefile
+++ b/security/ykpers/Makefile
@@ -39,13 +39,7 @@ PROJECTHOST= yubikey-personalization
MAKE_JOBS_UNSAFE=yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800069
LDFLAGS+= -L/usr/lib
-.else
-LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb
-.endif
post-patch:
@${REINPLACE_CMD} -e 's|^pkgconfigdir = .*|pkgconfigdir = /usr/local/libdata/pkgconfig|g' \
@@ -54,4 +48,4 @@ post-patch:
regression-test: build
@(cd ${WRKSRC}; ${MAKE} check)
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>