diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 08:15:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 08:15:37 +0000 |
commit | c3b76a8c77468cf227da1c96cc28c699334be8d4 (patch) | |
tree | 6c3f2f44990b1a5f15a32fff781d1687351b655c /games/amphetamine | |
parent | fbf92c51dcca1209d1832d45bdd468ec2ed24980 (diff) | |
download | ports-c3b76a8c77468cf227da1c96cc28c699334be8d4.tar.gz ports-c3b76a8c77468cf227da1c96cc28c699334be8d4.zip |
Notes
Diffstat (limited to 'games/amphetamine')
-rw-r--r-- | games/amphetamine/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/amphetamine/Makefile b/games/amphetamine/Makefile index 76411bf975cd..55ded5f59115 100644 --- a/games/amphetamine/Makefile +++ b/games/amphetamine/Makefile @@ -24,8 +24,14 @@ USE_GMAKE= yes DATAVERSION= 0.8.6 +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + post-install: @cd ${WRKDIR}/amph && ${FIND} . | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/amph -.include <bsd.port.mk> +.include <bsd.port.post.mk> |