diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 09:46:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 09:46:46 +0000 |
commit | 8493a5819b74095ca9e0b9f0cf8e77fedad823e1 (patch) | |
tree | 19832c4fa0699d64a8eaf478f63987c7ab06da65 /math/gnumeric/Makefile | |
parent | 0b31d075bc0e27d93cf260d6dda0f3fbe47654e6 (diff) | |
download | ports-8493a5819b74095ca9e0b9f0cf8e77fedad823e1.tar.gz ports-8493a5819b74095ca9e0b9f0cf8e77fedad823e1.zip |
Notes
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 3 |
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} |