diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-24 06:24:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-24 06:24:31 +0000 |
commit | 043c1986b310a1c0640ebac3c407ec49808c5abe (patch) | |
tree | 04de9312b8c206de8814748a56911061736e272d /x11 | |
parent | fa59bdaac746469fc9b7cc2871097d2297ee1d70 (diff) | |
download | freebsd-ports-043c1986b310a1c0640ebac3c407ec49808c5abe.zip |
BROKEN this one.
Diffstat (limited to 'x11')
-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 36c150d6ce1a..b708527db9fc 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.11 1999/01/14 18:55:35 vanilla Exp $ +# $Id: Makefile,v 1.12 1999/01/17 10:11:06 vanilla Exp $ # DISTNAME= gnome-core-0.99.3.2 @@ -22,6 +22,8 @@ LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ esd.1:${PORTSDIR}/audio/esound \ ghttp.0:${PORTSDIR}/www/libghttp +BROKEN= "can't work with gtk 1.1.13, but 0.99.4 will release soon" + USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes |