summaryrefslogtreecommitdiff
path: root/polish/ekg2/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-03 20:54:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-03 20:54:30 +0000
commit2966eec37b90c25e67cd4750b02204035c85dce0 (patch)
tree0aa53fd0c0217678aa0560cd7d54fe94613577aa /polish/ekg2/Makefile
parentAdd feappv 2.0, finite Element Analysis Program "personal version". (diff)
- Mark broken on 4.X
Reported by: krismail
Notes
Notes: svn path=/head/; revision=158741
Diffstat (limited to '')
-rw-r--r--polish/ekg2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile
index 43b2d539627f..96dfa2f5004c 100644
--- a/polish/ekg2/Makefile
+++ b/polish/ekg2/Makefile
@@ -45,4 +45,10 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>