diff options
author | kris <kris@FreeBSD.org> | 2005-04-30 08:59:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-04-30 08:59:30 +0800 |
commit | 1f030974ba01a73115d8fb8f3356bf72d2b3d312 (patch) | |
tree | fe6277d801ba0f1571c4b06977ed0b365df3b3ab | |
parent | 6e61335e3a373f7dac5ba84278bb7e33b75dac18 (diff) | |
download | freebsd-ports-gnome-1f030974ba01a73115d8fb8f3356bf72d2b3d312.tar.gz freebsd-ports-gnome-1f030974ba01a73115d8fb8f3356bf72d2b3d312.tar.zst freebsd-ports-gnome-1f030974ba01a73115d8fb8f3356bf72d2b3d312.zip |
BROKEN: Does not build
-rw-r--r-- | devel/devhelp/Makefile | 2 | ||||
-rw-r--r-- | lang/parrot/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/bbkeys/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/bbpager/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index ac152daba268..d9e0bf92c056 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= rui@ruilopes.com COMMENT= Developer help browser for GNOME 2 +BROKEN= Does not build + BUILD_DEPENDS= ${X11BASE}/lib/mozilla/libgtkembedmoz.so:${PORTSDIR}/www/mozilla RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 136f403d9994..74c06c18dd5a 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -18,6 +18,8 @@ COMMENT= Parrot - virtual machine for dynamic languages LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \ icudata.32:${PORTSDIR}/devel/icu +BROKEN= Does not build + USE_PERL5= yes USE_GMAKE= yes #USE_SDL= yes diff --git a/x11-wm/bbkeys/Makefile b/x11-wm/bbkeys/Makefile index e5c5993263b1..9a55a69a4501 100644 --- a/x11-wm/bbkeys/Makefile +++ b/x11-wm/bbkeys/Makefile @@ -17,6 +17,8 @@ COMMENT= A keygrabber for the Blackbox window manager BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox +BROKEN= "Does not build" + USE_X_PREFIX= yes USE_PERL5= yes USE_GCC= 3.3+ diff --git a/x11-wm/bbpager/Makefile b/x11-wm/bbpager/Makefile index 8a284e5f2b24..aa110b14a70a 100644 --- a/x11-wm/bbpager/Makefile +++ b/x11-wm/bbpager/Makefile @@ -16,6 +16,8 @@ COMMENT= A pager for the Blackbox window manager BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox +BROKEN= Does not build + USE_X_PREFIX= yes USE_GNOME= gnomehack pkgconfig USE_GCC= 3.3+ |