aboutsummaryrefslogtreecommitdiff
path: root/devel/gtranslator
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 /devel/gtranslator
parentecd23c06ac78386c05267fbe96845fbe6cfb3815 (diff)
downloadports-47828d0fce172b8afae396ba1cbcf459e396ef95.tar.gz
ports-47828d0fce172b8afae396ba1cbcf459e396ef95.zip
Fix another few places where giconv used instead of iconv.
PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes: svn path=/head/; revision=56333
Diffstat (limited to 'devel/gtranslator')
-rw-r--r--devel/gtranslator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile
index 59b26ba64bed..e42efff44a86 100644
--- a/devel/gtranslator/Makefile
+++ b/devel/gtranslator/Makefile
@@ -22,7 +22,7 @@ USE_GNOME= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --disable-debug
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lgiconv -lgnuregex" \
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv -lgnuregex" \
MSGFMT=${LOCALBASE}/bin/msgfmt-new \
XGETTEXT=${LOCALBASE}/bin/xgettext-new