diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-06 12:19:42 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-01-06 12:19:42 +0000 |
commit | 8f7d69939d031eba9c0817591df0737b877fff78 (patch) | |
tree | 42246d257bdf809acee144531ff3b8ec3efe52dd /x11/gnomecore | |
parent | Use ./jam0 rather than bin.freebsdx86/jam for installation. (diff) |
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 2f81d8a444f8..3101226cf66c 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 |