diff options
author | ade <ade@FreeBSD.org> | 2000-09-29 02:04:46 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-29 02:04:46 +0800 |
commit | 39dd7ce8347e01888336999014f2efa8bb711577 (patch) | |
tree | 17d85c6c8dc46787ab72b21eb80f917e4504165a /math/gnumeric | |
parent | e8a6ec75861d0067f07a33e51b40a44c32d69446 (diff) | |
download | freebsd-ports-gnome-39dd7ce8347e01888336999014f2efa8bb711577.tar.gz freebsd-ports-gnome-39dd7ce8347e01888336999014f2efa8bb711577.tar.zst freebsd-ports-gnome-39dd7ce8347e01888336999014f2efa8bb711577.zip |
Chase new gnomeprint
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 18dd2cf90ca0..eac1ed21e32a 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnumeric PORTVERSION= 0.56 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric @@ -17,7 +18,7 @@ BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ python:${PORTSDIR}/lang/python RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ python:${PORTSDIR}/lang/python -LIB_DEPENDS= gnomeprint.9:${PORTSDIR}/print/gnomeprint \ +LIB_DEPENDS= gnomeprint.12:${PORTSDIR}/print/gnomeprint \ glade.4:${PORTSDIR}/devel/libglade \ guile.9:${PORTSDIR}/lang/guile \ gnomeole2.0:${PORTSDIR}/devel/libole2 \ |