diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 12:17:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 12:17:30 +0000 |
commit | de0ab4aa1bd98696f67abca37c5019bc0732ca51 (patch) | |
tree | 846c7ba861c614c04204f998d5b89f76e965f9aa /games/kobodeluxe | |
parent | c010659195e23ea3b0dfb259c50181586cdf2e9e (diff) |
BROKEN on amd64: Does not compile
Notes
Notes:
svn path=/head/; revision=103098
Diffstat (limited to 'games/kobodeluxe')
-rw-r--r-- | games/kobodeluxe/Makefile | 8 |
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> |