diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-04 19:46:18 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-04 19:46:18 +0800 |
commit | 326e1feaf967bea508105b13f85848124ab35bb0 (patch) | |
tree | dc207122f4feb86a4e046e8ae8d0b079fcc022ab /security/pinentry | |
parent | 9b925393a165490760bafb16de4a2425c279e739 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |