diff options
-rw-r--r-- | graphics/quat-gui/Makefile | 2 | ||||
-rw-r--r-- | misc/cheatah/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile index 1f24c275771a..1094bd7f0a24 100644 --- a/graphics/quat-gui/Makefile +++ b/graphics/quat-gui/Makefile @@ -15,6 +15,8 @@ DISTNAME= quat-${PORTVERSION:S/.p/pre/} MAINTAINER= dyeske@yahoo.com COMMENT= A Three-dimensional fractal creator (X11 GUI) +BROKEN= "Does not build" + LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk USE_X_PREFIX= yes diff --git a/misc/cheatah/Makefile b/misc/cheatah/Makefile index bb301f6fbe24..69a80939567e 100644 --- a/misc/cheatah/Makefile +++ b/misc/cheatah/Makefile @@ -15,6 +15,8 @@ DISTFILES= MAINTAINER= wvengen@stack.nl COMMENT= Temporary gtk GUI to the SWORD project +BROKEN= "Does not build" + BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/misc/sword:extract LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword RUN_DEPENDS= ${LOCALBASE}/share/sword/mods.d:${PORTSDIR}/misc/sword-modules |