aboutsummaryrefslogtreecommitdiff
path: root/games/glob2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-02 01:05:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-02 01:05:49 +0000
commit3296c45a1d044387a70c1954a20afc71c04868bd (patch)
treef517de60454fcff0574782b077d8ef4a2285994c /games/glob2
parent1ce09cf6970d29159e50771bd002034101d299b3 (diff)
downloadports-3296c45a1d044387a70c1954a20afc71c04868bd.tar.gz
ports-3296c45a1d044387a70c1954a20afc71c04868bd.zip
BROKEN on alpha: Does not build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=125653
Diffstat (limited to 'games/glob2')
-rw-r--r--games/glob2/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <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>