diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-04 11:46:18 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-04 11:46:18 +0000 |
commit | 6ccdeba3af473a888e12c8b19cacee3aada91dfb (patch) | |
tree | dc828098bc7b1aab274e90643d750ecfcf4db195 /security/pinentry | |
parent | 4351c4931092cec88467f27603411f7668aeb2e7 (diff) |
Add more CONFIGURE_ARGS to point configure to headers and libraries
in ${LOCALBASE}.
Notes
Notes:
svn path=/head/; revision=108363
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 |