diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-24 14:24:31 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-24 14:24:31 +0800 |
commit | 95b7768c483d7d10c32fb35451788531cc53ed31 (patch) | |
tree | 0a7746368b4992e550ca2f8842aaa328d1b1e8b0 /x11 | |
parent | 62eab90822adeb866344e1348c45477441cb8a7e (diff) | |
download | freebsd-ports-gnome-95b7768c483d7d10c32fb35451788531cc53ed31.tar.gz freebsd-ports-gnome-95b7768c483d7d10c32fb35451788531cc53ed31.tar.zst freebsd-ports-gnome-95b7768c483d7d10c32fb35451788531cc53ed31.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 |