summaryrefslogtreecommitdiff
path: root/math/gnumeric
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 09:46:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 09:46:46 +0000
commit8493a5819b74095ca9e0b9f0cf8e77fedad823e1 (patch)
tree19832c4fa0699d64a8eaf478f63987c7ab06da65 /math/gnumeric
parentIconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries and (diff)
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
Notes
Notes: svn path=/head/; revision=56287
Diffstat (limited to 'math/gnumeric')
-rw-r--r--math/gnumeric/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index d161bd9395bc..fef12b65d62f 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -16,7 +16,7 @@ MAINTAINER?= gnome@FreeBSD.org
LIB_DEPENDS= gnomeole2.0:${PORTSDIR}/devel/libole2 \
gbrun.0:${PORTSDIR}/lang/gnomebasic \
- giconv.2:${PORTSDIR}/converters/libiconv \
+ iconv.3:${PORTSDIR}/converters/libiconv \
psiconv.8:${PORTSDIR}/converters/psiconv
RUN_DEPENDS= guppi-gnumeric:${PORTSDIR}/math/guppi
@@ -28,6 +28,7 @@ USE_GNOME= yes
USE_PYTHON= yes
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}"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}