diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-23 21:29:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-23 21:29:36 +0800 |
commit | b884fa40ec8d0ecbf43dd1d09e7dc25ddb673272 (patch) | |
tree | 3be22da034cf6fc71e1b30a60c9e407567249938 /games | |
parent | 296ed97aa270db7cf4c885a5e8f314e1d6ece70b (diff) | |
download | freebsd-ports-gnome-b884fa40ec8d0ecbf43dd1d09e7dc25ddb673272.tar.gz freebsd-ports-gnome-b884fa40ec8d0ecbf43dd1d09e7dc25ddb673272.tar.zst freebsd-ports-gnome-b884fa40ec8d0ecbf43dd1d09e7dc25ddb673272.zip |
- Does not compile on ia64
Submitted by: pointyhat via kris mail
Approved by: krion (mentor)
Diffstat (limited to 'games')
-rw-r--r-- | games/deal/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/deal/Makefile b/games/deal/Makefile index b5ec250cc1e2..e04fc4faed33 100644 --- a/games/deal/Makefile +++ b/games/deal/Makefile @@ -25,4 +25,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/deal ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/deal.1 ${PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +BROKEN= Does not compile on ia64 +.endif + +.include <bsd.port.post.mk> |