diff options
-rw-r--r-- | games/maelstrom/Makefile | 2 | ||||
-rw-r--r-- | graphics/sam2p/Makefile | 2 | ||||
-rw-r--r-- | lang/quack/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index ee9f649ef972..ff58fcc7fde7 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -15,6 +15,8 @@ DISTNAME= Maelstrom-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Asteroids-style game for X Window System +BROKEN= Size mismatch + USE_X_PREFIX= yes USE_SDL= sdl net USE_XPM= yes diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index 1a541f3c8f0a..c6e76eff63ae 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -23,6 +23,8 @@ BUILD_DEPENDS= tif22pnm:${PORTSDIR}/graphics/tif22pnm \ bash:${PORTSDIR}/shells/bash LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +BROKEN= Size mismatch + USE_GHOSTSCRIPT_RUN= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/lang/quack/Makefile b/lang/quack/Makefile index 84b05e9ba317..5c398bb62745 100644 --- a/lang/quack/Makefile +++ b/lang/quack/Makefile @@ -19,6 +19,8 @@ COMMENT= Enhanced support for editing and running Scheme code RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget +BROKEN= Size mismatch + USE_EMACS= yes EMACS_PORT_NAME?= emacs21 |