Add more CONFIGURE_ARGS to point configure to headers and libraries
in ${LOCALBASE}.
This commit is contained in:
parent
4351c49310
commit
6ccdeba3af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108363
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user