summaryrefslogtreecommitdiff
path: root/x11/gdkxft/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 12:52:55 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 12:52:55 +0000
commit47828d0fce172b8afae396ba1cbcf459e396ef95 (patch)
treefc522cacf5b7a223abfda5c9bd7fe272ed4a0589 /x11/gdkxft/Makefile
parentUpgrade 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/Makefile2
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