summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-01-02 01:05:49 +0000
committerkris <kris@FreeBSD.org>2005-01-02 01:05:49 +0000
commit63244ee2e9758924c8a8425f3f36c7718b112cbd (patch)
tree74cabd89ec597c6b4019d745e9ed0837b72afb74 /games
parentd720ad72a42b50316e35473d1af16318d5ff8ca8 (diff)
downloadFreeBSD-ports-63244ee2e9758924c8a8425f3f36c7718b112cbd.zip
FreeBSD-ports-63244ee2e9758924c8a8425f3f36c7718b112cbd.tar.gz
BROKEN on alpha: Does not build
Approved by: portmgr (self)
Diffstat (limited to 'games')
-rw-r--r--games/glob2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/glob2/Makefile b/games/glob2/Makefile
index 8a847dc..ff17a7f 100644
--- a/games/glob2/Makefile
+++ b/games/glob2/Makefile
@@ -26,7 +26,13 @@ USE_GCC= 3.4
PLIST_FILES= bin/glob2
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not build on alpha"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/glob2 ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud