aboutsummaryrefslogtreecommitdiff
path: root/games/kobodeluxe
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-06 12:17:30 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-06 12:17:30 +0000
commitde0ab4aa1bd98696f67abca37c5019bc0732ca51 (patch)
tree846c7ba861c614c04204f998d5b89f76e965f9aa /games/kobodeluxe
parentc010659195e23ea3b0dfb259c50181586cdf2e9e (diff)
downloadports-de0ab4aa1bd98696f67abca37c5019bc0732ca51.tar.gz
ports-de0ab4aa1bd98696f67abca37c5019bc0732ca51.zip
Notes
Diffstat (limited to 'games/kobodeluxe')
-rw-r--r--games/kobodeluxe/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/kobodeluxe/Makefile b/games/kobodeluxe/Makefile
index 4c9b84ceb54c..69701d504bc8 100644
--- a/games/kobodeluxe/Makefile
+++ b/games/kobodeluxe/Makefile
@@ -27,7 +27,13 @@ USE_AUTOMAKE_VER= 15
AUTOCONF= autoconf
ACLOCAL= aclocal
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
pre-configure:
cd ${WRKDIR}/${DISTNAME} && ${ACLOCAL} && ${AUTOCONF} && ${AUTOHEADER}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>