diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-12-22 02:20:35 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-12-22 02:20:35 +0000 |
commit | 69b7a852727e90b629219e3235bd819be9c5b991 (patch) | |
tree | 2e31725d2b42e06cd06581aec4ceef7b46899dea /math/gnumeric/Makefile | |
parent | Update to 0.5.6 (diff) |
Update to 0.61
Notes
Notes:
svn path=/head/; revision=36216
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 194d23467f91..54334804a698 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric -PORTVERSION= 0.60 +PORTVERSION= 0.61 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric @@ -17,7 +17,6 @@ LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \ glade.4:${PORTSDIR}/devel/libglade \ guile.9:${PORTSDIR}/lang/guile \ gnomeole2.0:${PORTSDIR}/devel/libole2 \ - gb.0:${PORTSDIR}/lang/gnomebasic \ gal.3:${PORTSDIR}/x11-toolkits/gal USE_X_PREFIX= yes @@ -27,7 +26,7 @@ USE_GNOME= yes USE_PYTHON= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-guile --without-bonobo --with-gb +CONFIGURE_ARGS= --with-guile --without-bonobo --without-gb CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" |