aboutsummaryrefslogtreecommitdiffstats
path: root/security/pinentry
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-05-04 19:46:18 +0800
committerlofi <lofi@FreeBSD.org>2004-05-04 19:46:18 +0800
commit326e1feaf967bea508105b13f85848124ab35bb0 (patch)
treedc207122f4feb86a4e046e8ae8d0b079fcc022ab /security/pinentry
parent9b925393a165490760bafb16de4a2425c279e739 (diff)
downloadfreebsd-ports-gnome-326e1feaf967bea508105b13f85848124ab35bb0.tar.gz
freebsd-ports-gnome-326e1feaf967bea508105b13f85848124ab35bb0.tar.zst
freebsd-ports-gnome-326e1feaf967bea508105b13f85848124ab35bb0.zip
Add more CONFIGURE_ARGS to point configure to headers and libraries
in ${LOCALBASE}.
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