diff options
Diffstat (limited to 'math/gnumeric2/Makefile')
-rw-r--r-- | math/gnumeric2/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 3e86ba8ccdb8..416847412bcc 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric -PORTVERSION= 0.64 +PORTVERSION= 0.65 CATEGORIES?= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric @@ -15,9 +15,11 @@ MAINTAINER?= gnome@FreeBSD.org LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ gnomeole2.0:${PORTSDIR}/devel/libole2 \ - gal.6:${PORTSDIR}/x11-toolkits/gal \ - gb.0:${PORTSDIR}/lang/gnomebasic \ - gda-common.0:${PORTSDIR}/databases/libgda + gal.7:${PORTSDIR}/x11-toolkits/gal \ + gb.0:${PORTSDIR}/lang/gnomebasic + +# Temporarily take this out until libgda 0.2.4 or higher is released +# gda-common.0:${PORTSDIR}/databases/libgda USE_X_PREFIX= yes USE_PERL5= yes |