diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 09:51:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 09:51:08 +0000 |
commit | 7f76844ad4861e89ad13d50b58e85599132cf7a3 (patch) | |
tree | 4bfccdead9cf3d46122e93dbe27a3dcf966b6de3 /games/yadex | |
parent | 244dd0f8a440322f1ad01774d9c87cd10cc8f32f (diff) | |
download | ports-7f76844ad4861e89ad13d50b58e85599132cf7a3.tar.gz ports-7f76844ad4861e89ad13d50b58e85599132cf7a3.zip |
Notes
Diffstat (limited to 'games/yadex')
-rw-r--r-- | games/yadex/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/yadex/Makefile b/games/yadex/Makefile index 71cfb8d8309e..72ad47136003 100644 --- a/games/yadex/Makefile +++ b/games/yadex/Makefile @@ -21,7 +21,13 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} MAN6= yadex.6 ybsp.6 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" || ${ARCH} == "amd64" +BROKEN= "Does not compile on alpha or amd64" +.endif + post-install: ${CHMOD} 644 ${PREFIX}/etc/yadex/${PORTVERSION}/yadex.cfg -.include <bsd.port.mk> +.include <bsd.port.post.mk> |