diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-14 18:55:37 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-14 18:55:37 +0000 |
commit | 117111114897613603a20785b49102b1a0a8772d (patch) | |
tree | 0a13df82c30b1a8193c6c3fc50d7f48afb244495 /x11/gnomecore/Makefile | |
parent | 75446e2f429f8f62462bca7f4aebf2e6c29cf9d3 (diff) | |
download | FreeBSD-ports-117111114897613603a20785b49102b1a0a8772d.zip FreeBSD-ports-117111114897613603a20785b49102b1a0a8772d.tar.gz |
Upgrade to 0.99.3.1.
Diffstat (limited to 'x11/gnomecore/Makefile')
-rw-r--r-- | x11/gnomecore/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 01ec614..e7970e5 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -1,26 +1,27 @@ # New ports collection makefile for: gnomecore -# Version required: 0.99.1 +# Version required: 0.99.3.1 # Date created: 17 March 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.9 1999/01/06 12:19:42 obrien Exp $ +# $Id: Makefile,v 1.10 1999/01/12 16:50:33 vanilla Exp $ # -DISTNAME= gnome-core-0.99.1 -PKGNAME= gnomecore-0.99.1 +DISTNAME= gnome-core-0.99.3.1 +PKGNAME= gnomecore-0.99.3.1 CATEGORIES= x11 -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= ${X11BASE}/share/gnome/sounds/duck.wav:${PORTSDIR}/audio/gnomeaudio LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ - gtop.0:${PORTSDIR}/devel/libgtop \ + gtop.1:${PORTSDIR}/devel/libgtop \ esd.1:${PORTSDIR}/audio/esound \ ghttp.0:${PORTSDIR}/www/libghttp -BROKEN= 'gnome-core-0.99.2 is the currently available' - USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes |