summaryrefslogtreecommitdiff
path: root/security/pinentry
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2015-07-14 09:14:41 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2015-07-14 09:14:41 +0000
commit3dafeaacf51a2092f6d2197e5eec1a77ce7a5f38 (patch)
tree32194ca819a4b67ef4f4a3657850f00f56f5acfa /security/pinentry
parentUse correct <tag> to mark all versions vulnerable. (diff)
security/pinentry:
- Fix build: libassuan is now mandatory dependence - Explicitly disable GNOME 3 and Emacs versions MFH: 2015Q3
Notes
Notes: svn path=/head/; revision=391975
Diffstat (limited to 'security/pinentry')
-rw-r--r--security/pinentry/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index bdf404d18ef7..f3ba8351ab17 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -58,11 +58,14 @@ do-install:
.else # !defined(PINENTRY_GUI)
PKGNAMESUFFIX= -${PINENTRY_GUI}
-LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \
+ libgcrypt.so:${PORTSDIR}/security/libgcrypt \
libksba.so:${PORTSDIR}/security/libksba
USES+= iconv gmake pkgconfig
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-pinentry-emacs \
+ --disable-pinentry-gnome3
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib