diff options
author | ade <ade@FreeBSD.org> | 2000-06-21 01:23:07 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-21 01:23:07 +0800 |
commit | ea7fd93d984ab34538490484b7c31449f62a0358 (patch) | |
tree | 7909d7226b8f4836564c2fd0bcfb3790c1520164 /math/gnumeric/Makefile | |
parent | 76520f1335fef34596373f7934cda5ac32d1b6de (diff) | |
download | freebsd-ports-gnome-ea7fd93d984ab34538490484b7c31449f62a0358.tar.gz freebsd-ports-gnome-ea7fd93d984ab34538490484b7c31449f62a0358.tar.zst freebsd-ports-gnome-ea7fd93d984ab34538490484b7c31449f62a0358.zip |
Update to 0.56 -- this needs the devel/libole2 port just committed
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 47cf8f0a1873..cbfc8288f2a3 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric -PORTVERSION= 0.54 +PORTVERSION= 0.56 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric @@ -19,7 +19,8 @@ RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ python:${PORTSDIR}/lang/python LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \ glade.3:${PORTSDIR}/devel/libglade \ - guile.6:${PORTSDIR}/lang/guile + guile.6:${PORTSDIR}/lang/guile \ + ole2.0:${PORTSDIR}/devel/libole2 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config @@ -29,10 +30,9 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -LIBTOOLFILES= configure libole2/configure CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ - --with-gnome=${PREFIX} --with-guile + --with-guile --without-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ |