diff options
author | kris <kris@FreeBSD.org> | 2004-02-26 16:15:37 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-26 16:15:37 +0800 |
commit | d18c6986808d74b45600125715a923e671d65f8d (patch) | |
tree | 9d9662b0708d5c32a6d566ece1ac7be8d1d8e4d5 /games/amphetamine | |
parent | d4baf0a6a1d2c758b86666941374ddf112ee647c (diff) | |
download | freebsd-ports-gnome-d18c6986808d74b45600125715a923e671d65f8d.tar.gz freebsd-ports-gnome-d18c6986808d74b45600125715a923e671d65f8d.tar.zst freebsd-ports-gnome-d18c6986808d74b45600125715a923e671d65f8d.zip |
BROKEN on !i386: Does not compile
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> |