diff options
author | obrien <obrien@FreeBSD.org> | 1999-01-06 12:19:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-01-06 12:19:42 +0000 |
commit | 3b7b42be19f15626e5f016a28faca28202007dac (patch) | |
tree | dc8a86fda6127214c43f91c9a9cdc3730c02cf25 /x11/gnomecore | |
parent | c2891bdbffe2ff23e6f4d9dd8d04305ee512673e (diff) | |
download | FreeBSD-ports-3b7b42be19f15626e5f016a28faca28202007dac.zip FreeBSD-ports-3b7b42be19f15626e5f016a28faca28202007dac.tar.gz |
BROKEN= 'gnome-core-0.99.2 is the currently available'
Also, this port needs more MASTER_SITES. It took many tries (due to anonftp
limits) to even get into one of these two sites to realize the required
version is no longer available.
Diffstat (limited to 'x11/gnomecore')
-rw-r--r-- | x11/gnomecore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 2f81d8a..3101226 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.7 1998/11/17 17:37:01 vanilla Exp $ +# $Id: Makefile,v 1.8 1999/01/01 06:20:55 vanilla Exp $ # DISTNAME= gnome-core-0.99.1 @@ -19,6 +19,8 @@ LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \ esd.0:${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 |