summaryrefslogtreecommitdiff
path: root/graphics/structuresynth
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-06 12:20:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-06 12:20:06 +0000
commit94644283451241de72f2c6dab831a00c9ca738c0 (patch)
tree1b5d9d9ef0626d4cc80fd3bd35c4946fcbf791b8 /graphics/structuresynth
parentJunk Mail Buffering Agent is a tool for preventing delivery of email until the (diff)
- Mark BROKEN on 5.X (Does not compile
Notes
Notes: svn path=/head/; revision=212727
Diffstat (limited to 'graphics/structuresynth')
-rw-r--r--graphics/structuresynth/Makefile8
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>