diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-15 04:53:36 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-15 04:53:36 +0800 |
commit | f813f508d4ff739361b2ca6f438ebd3c842a60ba (patch) | |
tree | c7dbafe3506bc05000080601ad8694a1f1244b8d | |
parent | 117111114897613603a20785b49102b1a0a8772d (diff) | |
download | freebsd-ports-gnome-f813f508d4ff739361b2ca6f438ebd3c842a60ba.tar.gz freebsd-ports-gnome-f813f508d4ff739361b2ca6f438ebd3c842a60ba.tar.zst freebsd-ports-gnome-f813f508d4ff739361b2ca6f438ebd3c842a60ba.zip |
Add more MASTER_SITES, and add RUN_DEPENDS to gnomecore.
-rw-r--r-- | graphics/electriceyes/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile index d62892bad8b1..99e813d60c29 100644 --- a/graphics/electriceyes/Makefile +++ b/graphics/electriceyes/Makefile @@ -3,17 +3,20 @@ # Date created: 21 August 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.6 1999/01/01 09:29:30 vanilla Exp $ +# $Id: Makefile,v 1.7 1999/01/12 16:50:24 vanilla Exp $ # DISTNAME= ee-0.3.5 PKGNAME= electriceyes-0.3.5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/ + 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= gnome.1:${PORTSDIR}/x11/gnomelibs USE_X_PREFIX= yes |