diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-23 13:29:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-23 13:29:36 +0000 |
commit | 10ac46cd7bcf0f712dbb48c7d24c17787938f8f9 (patch) | |
tree | 0e09c6a778d417519f0961dc4490ed8718b977ca /games/deal | |
parent | 29ae2adb2add530ae43051a8dc06dba972044d91 (diff) | |
download | ports-10ac46cd7bcf0f712dbb48c7d24c17787938f8f9.tar.gz ports-10ac46cd7bcf0f712dbb48c7d24c17787938f8f9.zip |
Notes
Diffstat (limited to 'games/deal')
-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> |