aboutsummaryrefslogtreecommitdiffstats
path: root/math/gnumeric
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 20:52:55 +0800
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-19 20:52:55 +0800
commit47828d0fce172b8afae396ba1cbcf459e396ef95 (patch)
treefc522cacf5b7a223abfda5c9bd7fe272ed4a0589 /math/gnumeric
parentecd23c06ac78386c05267fbe96845fbe6cfb3815 (diff)
downloadfreebsd-ports-gnome-47828d0fce172b8afae396ba1cbcf459e396ef95.tar.gz
freebsd-ports-gnome-47828d0fce172b8afae396ba1cbcf459e396ef95.tar.zst
freebsd-ports-gnome-47828d0fce172b8afae396ba1cbcf459e396ef95.zip
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 'math/gnumeric')
-rw-r--r--math/gnumeric/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index d3e11934e889..810c77408cf7 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -31,7 +31,7 @@ GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-evolution
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib -lintl -lgiconv ${PTHREAD_LIBS}"
+ LIBS="-L${LOCALBASE}/lib -lintl -liconv ${PTHREAD_LIBS}"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
PLIST_SUB= VERSION=${PORTVERSION}-bonobo