diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
commit | 47828d0fce172b8afae396ba1cbcf459e396ef95 (patch) | |
tree | fc522cacf5b7a223abfda5c9bd7fe272ed4a0589 /x11/gdkxft/Makefile | |
parent | Upgrade to 3.0 beta 5 (diff) |
Fix another few places where giconv used instead of iconv.
PR: 36059, 36063, 36082
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to '')
-rw-r--r-- | x11/gdkxft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index dbbddb12404c..cc044f26aeec 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -21,7 +21,7 @@ USE_GTK= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnuregex -lgiconv" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnuregex -liconv" CONFIGURE_ARGS= --sbindir=${PREFIX}/bin INSTALLS_SHLIB= yes |