diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-06 20:20:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-06 20:20:06 +0800 |
commit | 4d8e2e07cc2561907591bbece80428dc903e3afb (patch) | |
tree | 176cb0c189a81ed30b4d93236dd325e430070f09 /graphics | |
parent | 474ef8ac94a80fc968334f79e01c8a3e0c0b97e4 (diff) | |
download | freebsd-ports-graphics-4d8e2e07cc2561907591bbece80428dc903e3afb.tar.gz freebsd-ports-graphics-4d8e2e07cc2561907591bbece80428dc903e3afb.tar.zst freebsd-ports-graphics-4d8e2e07cc2561907591bbece80428dc903e3afb.zip |
- Mark BROKEN on 5.X (Does not compile
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/structuresynth/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/structuresynth/Makefile b/graphics/structuresynth/Makefile index 1a5396c7c62..9bb2ae6bd2f 100644 --- a/graphics/structuresynth/Makefile +++ b/graphics/structuresynth/Makefile @@ -38,4 +38,10 @@ do-install: ${MKDIR} ${DATADIR}/Misc ${INSTALL_DATA} ${WRKSRC}/Misc/* ${DATADIR}/Misc -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |