diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-12 16:51:33 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-12 16:51:33 +0000 |
commit | edecf3c4f0c9144a27d788968cc6f3aac68bcb77 (patch) | |
tree | acffcdf336fe033e5c8b1217f72a68946bf44b8f /x11/gnomecore/Makefile | |
parent | f1554d4df6d8f8e000b5e19d9fd095f7a3b3da95 (diff) | |
download | ports-edecf3c4f0c9144a27d788968cc6f3aac68bcb77.tar.gz ports-edecf3c4f0c9144a27d788968cc6f3aac68bcb77.zip |
Notes
Diffstat (limited to 'x11/gnomecore/Makefile')
-rw-r--r-- | x11/gnomecore/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 3101226cf66c..01ec61443e3c 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -3,7 +3,7 @@ # Date created: 17 March 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.8 1999/01/01 06:20:55 vanilla Exp $ +# $Id: Makefile,v 1.9 1999/01/06 12:19:42 obrien Exp $ # DISTNAME= gnome-core-0.99.1 @@ -12,11 +12,11 @@ CATEGORIES= x11 MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ ftp://ftp.gnome.org/pub/GNOME/sources/ -MAINTAINER= Nakai@technologist.com +MAINTAINER= nacai@iname.com -LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ gtop.0:${PORTSDIR}/devel/libgtop \ - esd.0:${PORTSDIR}/audio/esound \ + esd.1:${PORTSDIR}/audio/esound \ ghttp.0:${PORTSDIR}/www/libghttp BROKEN= 'gnome-core-0.99.2 is the currently available' |