aboutsummaryrefslogtreecommitdiff
path: root/security/pinentry
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-05-04 11:46:18 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-05-04 11:46:18 +0000
commit6ccdeba3af473a888e12c8b19cacee3aada91dfb (patch)
treedc828098bc7b1aab274e90643d750ecfcf4db195 /security/pinentry
parent4351c4931092cec88467f27603411f7668aeb2e7 (diff)
downloadports-6ccdeba3af473a888e12c8b19cacee3aada91dfb.tar.gz
ports-6ccdeba3af473a888e12c8b19cacee3aada91dfb.zip
Notes
Diffstat (limited to 'security/pinentry')
-rw-r--r--security/pinentry/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index 19039742f37d..8fb8360bb835 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -39,6 +39,7 @@ PLIST_SUB+= WITH_QT="@comment "
.if defined(PINENTRY_GTK)
USE_GNOME+= gtk12
+CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib --with-extra-includes=${LOCALBASE}/include
PLIST_SUB+= WITH_GTK=""
.else
CONFIGURE_ARGS+=--disable-pinentry-gtk
@@ -46,6 +47,7 @@ PLIST_SUB+= WITH_GTK="@comment "
.endif
.if defined(PINENTRY_CURSES)
+CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib --with-extra-includes=${LOCALBASE}/include
PLIST_SUB+= WITH_CURSES=""
.else
CONFIGURE_ARGS+=--disable-pinentry-curses