diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-15 04:58:41 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-15 04:58:41 +0800 |
commit | 9c0370e88ff70c4ae290e9f21dfbf24a0ca9f2f7 (patch) | |
tree | a2dda3075cfa658d2ceed1e9ee64645268c93fcd /math/gnumeric/Makefile | |
parent | 2c53597ae02978aba401ec1a14f0b4d53721af56 (diff) | |
download | freebsd-ports-gnome-9c0370e88ff70c4ae290e9f21dfbf24a0ca9f2f7.tar.gz freebsd-ports-gnome-9c0370e88ff70c4ae290e9f21dfbf24a0ca9f2f7.tar.zst freebsd-ports-gnome-9c0370e88ff70c4ae290e9f21dfbf24a0ca9f2f7.zip |
Upgrade to 0.6, and it may not work fine with gnomelibs-0.99.3.
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 6524a459149d..77c5645ddb21 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,20 +1,24 @@ # New ports collection makefile for: gnumeric -# Version required: 0.5 +# Version required: 0.6 # Date created: 08 October 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.4 1999/01/05 08:00:33 vanilla Exp $ +# $Id: Makefile,v 1.5 1999/01/12 16:50:40 vanilla Exp $ # -DISTNAME= gnumeric-0.5 +DISTNAME= gnumeric-0.6 CATEGORIES= math -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/ +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \ + ftp://ftp.geo.net/pub/gnome/sources/latest/ \ + ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/latest/ MAINTAINER= nacai@iname.com +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= xml.0:${PORTSDIR}/textproc/libxml \ - gnome.1:${PORTSDIR}/x11/gnomelibs + gnome.1:${PORTSDIR}/x11/gnomelibs \ + guile.4:${PORTSDIR}/lang/guile USE_X_PREFIX= yes GNU_CONFIGURE= yes |