summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-19 12:52:55 +0000
committersobomax <sobomax@FreeBSD.org>2002-03-19 12:52:55 +0000
commit5848fcd1e2ce8fbc3895457a922c56cddd5f5230 (patch)
tree25989a242d84219e2b2a73e5a989f5586e9b21a2 /math
parent56324bbee25fd16fbbd12f240f7be418f3dd6b88 (diff)
downloadFreeBSD-ports-5848fcd1e2ce8fbc3895457a922c56cddd5f5230.zip
FreeBSD-ports-5848fcd1e2ce8fbc3895457a922c56cddd5f5230.tar.gz
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')
-rw-r--r--math/gnumeric/Makefile2
-rw-r--r--math/gnumeric2/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index d3e1193..810c774 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
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
index d3e1193..810c774 100644
--- a/math/gnumeric2/Makefile
+++ b/math/gnumeric2/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
OpenPOWER on IntegriCloud