diff options
Diffstat (limited to 'math/gnumeric2/Makefile')
-rw-r--r-- | math/gnumeric2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index baae897d3314..d54b8b958699 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -7,25 +7,25 @@ PORTNAME= gnumeric PORTVERSION= 0.57 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric MAINTAINER= ade@FreeBSD.org -BUILD_DEPENDS= python:${PORTSDIR}/lang/python -RUN_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= gnomeprint.12:${PORTSDIR}/print/gnomeprint \ glade.4:${PORTSDIR}/devel/libglade \ guile.9:${PORTSDIR}/lang/guile \ gnomeole2.0:${PORTSDIR}/devel/libole2 \ gb.0:${PORTSDIR}/lang/gnomebasic \ - gal.0:${PORTSDIR}/x11-toolkits/gal + gal.1:${PORTSDIR}/x11-toolkits/gal USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= yes +USE_PYTHON= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-guile --without-bonobo --with-gb |