diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-06 20:20:06 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-06 20:20:06 +0800 |
commit | 94644283451241de72f2c6dab831a00c9ca738c0 (patch) | |
tree | 1b5d9d9ef0626d4cc80fd3bd35c4946fcbf791b8 | |
parent | 094c16fa4f3727040b455149d5e5d30c7247b990 (diff) | |
download | freebsd-ports-gnome-94644283451241de72f2c6dab831a00c9ca738c0.tar.gz freebsd-ports-gnome-94644283451241de72f2c6dab831a00c9ca738c0.tar.zst freebsd-ports-gnome-94644283451241de72f2c6dab831a00c9ca738c0.zip |
- Mark BROKEN on 5.X (Does not compile
-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 1a5396c7c622..9bb2ae6bd2f9 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> |