diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-20 16:25:09 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-20 16:25:09 +0000 |
commit | 9b32edba90cb989fd090fd9f8210f3db87734d40 (patch) | |
tree | 3ee77ec5a1229206e0883ea0bb45e4342b0f4670 /math | |
parent | Update to 0.2 (diff) |
Chase gal shlib version
Implement USE_PYTHON
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 6 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index baae897d3314..d54b8b958699 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/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 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 |