diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
commit | 2a9763f12a2973ba3a8c14259329bc467c86224a (patch) | |
tree | 8bfa861c7528e65025c0b38f5e2d2e1774daf187 /security/opensc | |
parent | 2e38233d08d594d2f5ed52d281d5e2def1c7a210 (diff) | |
download | ports-2a9763f12a2973ba3a8c14259329bc467c86224a.tar.gz ports-2a9763f12a2973ba3a8c14259329bc467c86224a.zip |
Notes
Diffstat (limited to 'security/opensc')
-rw-r--r-- | security/opensc/Makefile | 4 |
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} |