diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-04 14:18:52 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-04 14:18:52 +0000 |
commit | e5a6d234739064ae79440fee0e5f10399af2ce7d (patch) | |
tree | ed53aad8a68ac3f5016b106c02ebe471c95071fd /security/pinentry | |
parent | 25bd70dcf690575ce797e4939775b212c39266e8 (diff) | |
download | ports-e5a6d234739064ae79440fee0e5f10399af2ce7d.tar.gz ports-e5a6d234739064ae79440fee0e5f10399af2ce7d.zip |
Use a different argument to configure to point to libiconv, the
previous attempt didn't work.
Notes
Notes:
svn path=/head/; revision=108373
Diffstat (limited to 'security/pinentry')
-rw-r--r-- | security/pinentry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 8fb8360bb835..4faec96623b6 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -28,6 +28,8 @@ INSTALLS_SHLIB= yes USE_REINPLACE= yes INFO= pinentry +CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} + .if defined(PINENTRY_QT) || defined(PINENTRY_GTK) || defined(PINENTRY_CURSES) .if defined(PINENTRY_QT) USE_QT_VER= 3 @@ -39,7 +41,6 @@ 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 @@ -47,7 +48,6 @@ 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 |