diff options
author | ade <ade@FreeBSD.org> | 2001-05-05 05:51:17 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-05 05:51:17 +0800 |
commit | d928200809b11974205cc2ebc7e01aa53e9095f4 (patch) | |
tree | d7b35ef4cd6b2c75fd97640d26ec1ce4666d6041 /math/gnumeric/Makefile | |
parent | 6855df27735fc5f10d442e902a0e3b24e5c8f96d (diff) | |
download | freebsd-ports-graphics-d928200809b11974205cc2ebc7e01aa53e9095f4.tar.gz freebsd-ports-graphics-d928200809b11974205cc2ebc7e01aa53e9095f4.tar.zst freebsd-ports-graphics-d928200809b11974205cc2ebc7e01aa53e9095f4.zip |
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index d43debd5d1e..8f33cb3ff6e 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -6,18 +6,18 @@ # PORTNAME= gnumeric -PORTVERSION= 0.61 +PORTVERSION= 0.64 CATEGORIES?= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric MAINTAINER?= ade@FreeBSD.org -LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \ - glade.4:${PORTSDIR}/devel/libglade \ - guile.9:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ gnomeole2.0:${PORTSDIR}/devel/libole2 \ - gal.4:${PORTSDIR}/x11-toolkits/gal + gal.6:${PORTSDIR}/x11-toolkits/gal \ + gb.0:${PORTSDIR}/lang/gnomebasic \ + gda-common.0:${PORTSDIR}/databases/libgda USE_X_PREFIX= yes USE_PERL5= yes @@ -26,7 +26,7 @@ USE_GNOME= yes USE_PYTHON= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-guile --without-bonobo --without-gb +CONFIGURE_ARGS= --without-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" |