aboutsummaryrefslogtreecommitdiff
path: root/games/wargus
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-27 02:11:07 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-27 02:11:07 +0000
commitb1f90cac6f4c267e0762ea86f75629916f67a816 (patch)
tree5d12fd55f047ee0ba0476c31d20101d1475c23bb /games/wargus
parent711255db4eb39db19ade046f92f19389ea9b4eb9 (diff)
downloadports-b1f90cac6f4c267e0762ea86f75629916f67a816.tar.gz
ports-b1f90cac6f4c267e0762ea86f75629916f67a816.zip
BROKEN on sparc64: does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132074
Diffstat (limited to 'games/wargus')
-rw-r--r--games/wargus/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/wargus/Makefile b/games/wargus/Makefile
index 64bb0b4bfea2..3c485f967c90 100644
--- a/games/wargus/Makefile
+++ b/games/wargus/Makefile
@@ -25,6 +25,12 @@ USE_REINPLACE= yes
PKGMESSAGE= ${WRKDIR}/pkg-message
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|^\(CC\)|#\1|; \
s|^\(CFLAGS =\)|\1 ${CFLAGS}|; \
@@ -72,4 +78,4 @@ post-build:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>