aboutsummaryrefslogtreecommitdiffstats
path: root/security/opensc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-22 16:55:40 +0800
committermiwi <miwi@FreeBSD.org>2008-03-22 16:55:40 +0800
commit2dd61aca4b22d055ca2cba8fa904544f3f8cc39f (patch)
tree02cf3b0413400ead939cdfefbf254965eda87d68 /security/opensc
parent1f59d564b6d1f91f3f7effca1734e712238e0340 (diff)
downloadfreebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.gz
freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.zst
freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'security/opensc')
-rw-r--r--security/opensc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/opensc/Makefile b/security/opensc/Makefile
index 794d12689673..bdc55f61dd9a 100644
--- a/security/opensc/Makefile
+++ b/security/opensc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= opensc
DISTVERSION= 0.11.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security devel
MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ \
http://www.opensc-project.org/files/${PORTNAME}/testing/
@@ -83,7 +83,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
PINENTRY?= ${LOCALBASE}/bin/pinentry
PINENTRY_PORT?= security/pinentry
RUN_DEPENDS+= pinentry:${PORTSDIR}/${PINENTRY_PORT}
-USE_XLIB= yes
+USE_XORG= x11
CONFIGURE_ARGS+=--with-libassuan-prefix=${LOCALBASE} \
--with-plugin-dir=${LOCALBASE}/lib/browser_plugins \
--with-pin-entry=${PINENTRY}