diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-11 10:47:56 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-11 10:47:56 +0800 |
commit | ed89699cd4543555b55e96768240f1af49302bf4 (patch) | |
tree | 190c31a3a7bf7e6cb89c8c995d42c30c77ca0e0f /x11-toolkits | |
parent | 5fb2d3dd71a495dfdb3df7211ca24a6f9089d1c5 (diff) | |
download | freebsd-ports-gnome-ed89699cd4543555b55e96768240f1af49302bf4.tar.gz freebsd-ports-gnome-ed89699cd4543555b55e96768240f1af49302bf4.tar.zst freebsd-ports-gnome-ed89699cd4543555b55e96768240f1af49302bf4.zip |
Mark this port BROKEN with gtk+-2.4.
Reported by: bento via kris
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index bfafae8b599b..059b7043fb5b 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -27,6 +27,8 @@ CFLAGS+= -I${LOCALBASE}/include/tcl8.4 USE_X_PREFIX= yes USE_GNOME= gtk20 +BROKEN= "Does not build with gtk+-2.4" + .include <bsd.port.pre.mk> .if ${ARCH} == amd64 |