diff options
author | kris <kris@FreeBSD.org> | 2004-02-25 18:01:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-25 18:01:40 +0800 |
commit | 80e709b69cc57e073a81e7dc8b009a78d0f703da (patch) | |
tree | ed569b8dbeaceff2d11e3eee859841630a21ab86 /games/xgospel | |
parent | 69f03cc51128b2e20865ad5204bba0563ef9b65b (diff) | |
download | freebsd-ports-graphics-80e709b69cc57e073a81e7dc8b009a78d0f703da.tar.gz freebsd-ports-graphics-80e709b69cc57e073a81e7dc8b009a78d0f703da.tar.zst freebsd-ports-graphics-80e709b69cc57e073a81e7dc8b009a78d0f703da.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'games/xgospel')
-rw-r--r-- | games/xgospel/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xgospel/Makefile b/games/xgospel/Makefile index 88614e5a926..aa4b6659c92 100644 --- a/games/xgospel/Makefile +++ b/games/xgospel/Makefile @@ -20,6 +20,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-x --with-xpm --with-xaw3d +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/relay ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/rport ${PREFIX}/bin @@ -33,4 +39,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |