diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 02:11:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 02:11:07 +0000 |
commit | b1f90cac6f4c267e0762ea86f75629916f67a816 (patch) | |
tree | 5d12fd55f047ee0ba0476c31d20101d1475c23bb /games | |
parent | 711255db4eb39db19ade046f92f19389ea9b4eb9 (diff) | |
download | ports-b1f90cac6f4c267e0762ea86f75629916f67a816.tar.gz ports-b1f90cac6f4c267e0762ea86f75629916f67a816.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/wargus/Makefile | 8 |
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> |