From 3296c45a1d044387a70c1954a20afc71c04868bd Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 2 Jan 2005 01:05:49 +0000 Subject: BROKEN on alpha: Does not build Approved by: portmgr (self) --- games/glob2/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/glob2/Makefile b/games/glob2/Makefile index 8a847dcfe18a..ff17a7fdcc30 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -26,7 +26,13 @@ USE_GCC= 3.4 PLIST_FILES= bin/glob2 +.include + +.if ${ARCH} == "alpha" +BROKEN= "Does not build on alpha" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/glob2 ${PREFIX}/bin -.include +.include -- cgit v1.2.3