diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 20:08:47 +0000 |
commit | 33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6 (patch) | |
tree | a9a385d1f8fd2b11911d2cd0d573aac02fcb8c83 /graphics/xaos | |
parent | 7425e4811081e6fca4c3c40a7b86ab317b0f0425 (diff) | |
download | ports-33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6.tar.gz ports-33dc8bdfc7424ddb2cb38e9725d196eda0ddbfa6.zip |
Notes
Diffstat (limited to 'graphics/xaos')
-rw-r--r-- | graphics/xaos/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 13827e0496da..8051cf746b55 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -68,10 +68,6 @@ CONFIGURE_ARGS+= --with-pthread=no CFLAGS+= -DNOREGISTERS .endif -.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 |