aboutsummaryrefslogtreecommitdiff
path: root/games/xrobots
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:01:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:01:40 +0000
commit071c5db2529c689a2d9423a9f3e3bacc2e8cd43e (patch)
treeacaee70cf1ee8fd236c2215a301fd41047c72e02 /games/xrobots
parentb1e7dd17985c5830f15457ef592ebc63c502f83f (diff)
downloadports-071c5db2529c689a2d9423a9f3e3bacc2e8cd43e.tar.gz
ports-071c5db2529c689a2d9423a9f3e3bacc2e8cd43e.zip
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=102052
Diffstat (limited to 'games/xrobots')
-rw-r--r--games/xrobots/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xrobots/Makefile b/games/xrobots/Makefile
index 353889c0bcc1..9e899d400bc2 100644
--- a/games/xrobots/Makefile
+++ b/games/xrobots/Makefile
@@ -19,6 +19,12 @@ USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xrobots-1.0
MAN6= xrobots.6
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
post-install:
${INSTALL} -c -g games -m 664 ${FILESDIR}/xrobotscores ${PREFIX}/lib/X11
@@ -26,4 +32,4 @@ post-patch:
${REINPLACE_CMD} -e 's|__PREFIX__|${PREFIX}|g' \
${WRKSRC}/xrobots.man ${WRKSRC}/Imakefile
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>