aboutsummaryrefslogtreecommitdiff
path: root/security/pinentry
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-10-23 13:08:41 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-10-23 13:08:41 +0000
commit21646392b027298c4aca08ad5386649a6869ccea (patch)
tree902ae1e48303d70f1045908f9eb477d7722924c8 /security/pinentry
parent6c8d9e9eb93b758a9136ea26f6d089c61feae712 (diff)
downloadports-21646392b027298c4aca08ad5386649a6869ccea.tar.gz
ports-21646392b027298c4aca08ad5386649a6869ccea.zip
- Support staging
- Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
Notes
Notes: svn path=/head/; revision=331383
Diffstat (limited to 'security/pinentry')
-rw-r--r--security/pinentry/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 32c7fac77777..3acbe733d365 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -11,8 +11,8 @@ MASTER_SITE_SUBDIR= pinentry
MAINTAINER= makc@FreeBSD.org
COMMENT?= Collection of simple PIN or passphrase entry dialogs
-LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \
- ksba.19:${PORTSDIR}/security/libksba
+LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+ libksba.so:${PORTSDIR}/security/libksba
CONFLICTS_INSTALL?= pinentry-[a-z]*
@@ -38,7 +38,6 @@ QT4_DESC= Qt 4 frontend
PKGNAMESUFFIX= ${PINENTRY_SLAVE}
.endif
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MQT4}