diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-04 14:18:52 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-04 14:18:52 +0000 |
commit | 488d30aa9c4e2f1ab571fdef452510145cefd742 (patch) | |
tree | 2f1034b5ca23c538fb9ba0426e9254567a006810 /security/pinentry | |
parent | 82b6e0a0440cd8b653d27d4b411a432bdcc4d9d9 (diff) | |
download | FreeBSD-ports-488d30aa9c4e2f1ab571fdef452510145cefd742.zip FreeBSD-ports-488d30aa9c4e2f1ab571fdef452510145cefd742.tar.gz |
Use a different argument to configure to point to libiconv, the
previous attempt didn't work.
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 8fb8360..4faec96 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 |