Add more CONFIGURE_ARGS to point configure to headers and libraries

in ${LOCALBASE}.
This commit is contained in:
Michael Nottebrock 2004-05-04 11:46:18 +00:00
parent 4351c49310
commit 6ccdeba3af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108363

View File

@ -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