diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-14 20:57:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-14 20:57:30 +0000 |
commit | 0797ec2744e875c3406fedb6a5166260c0297293 (patch) | |
tree | f1d7cac1779ca44e6bd2f0c2541c1af2620710fa /sysutils/gnome-control-center1 | |
parent | c5f78cbba512651a4fc87948fb9d5434a115e17e (diff) | |
download | ports-0797ec2744e875c3406fedb6a5166260c0297293.tar.gz ports-0797ec2744e875c3406fedb6a5166260c0297293.zip |
Add more MASTER_SITES & RUN_DEPENDS to gnomecore.
And it can't work fine with gnomelibs-0.99.3, BROKEN it.
Notes
Notes:
svn path=/head/; revision=16046
Diffstat (limited to 'sysutils/gnome-control-center1')
-rw-r--r-- | sysutils/gnome-control-center1/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/sysutils/gnome-control-center1/Makefile b/sysutils/gnome-control-center1/Makefile index c3c0d7ef38e7..243ea3379e3b 100644 --- a/sysutils/gnome-control-center1/Makefile +++ b/sysutils/gnome-control-center1/Makefile @@ -3,18 +3,23 @@ # Date created: 29 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/01/05 13:12:01 vanilla Exp $ # DISTNAME= control-center-0.99 PKGNAME= gnomecontrolcenter-0.99 CATEGORIES= sysutils -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= vanilla@FreeBSD.ORG -LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore +LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs + +BROKEN= "Can't works with gnomelibs 0.99.3" USE_X_PREFIX= yes USE_GMAKE= yes |