diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:00:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:00:49 +0000 |
commit | b1e7dd17985c5830f15457ef592ebc63c502f83f (patch) | |
tree | 6caeb7939eb10ade5aa679a5729a1d6354316123 /graphics/xaos | |
parent | 2a8bded0a71e323acd41636ee0e49ac796a520d5 (diff) | |
download | ports-b1e7dd17985c5830f15457ef592ebc63c502f83f.tar.gz ports-b1e7dd17985c5830f15457ef592ebc63c502f83f.zip |
Notes
Diffstat (limited to 'graphics/xaos')
-rw-r--r-- | graphics/xaos/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index c72a0c67507a..aa176d2f2857 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -36,8 +36,14 @@ CFLAGS= -DHAVE_SYS_PARAM_H \ -fforce-mem -fforce-addr -funroll-loops MAN6= xaos.6 +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" && ${ARCH} != "amd64" && ${OSVERSION} >= 502102 +BROKEN= "Does not compile on FreeBSD >=5.x on !i386 and !amd64" +.endif + post-install: ${STRIP_CMD} ${PREFIX}/bin/xaos install-info ${PREFIX}/info/xaos.info ${PREFIX}/info/dir -.include <bsd.port.mk> +.include <bsd.port.post.mk> |