aboutsummaryrefslogtreecommitdiffstats
path: root/polish
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-04-04 04:54:30 +0800
committerpav <pav@FreeBSD.org>2006-04-04 04:54:30 +0800
commitba0f772db99dafbed493f30e81056bfd15e35b90 (patch)
tree9e15088673ffab162663dfbbed08f2ac4acc6308 /polish
parentcd89b4c80eb0c8d46076a69e8cb56a4b472e98bb (diff)
downloadfreebsd-ports-gnome-ba0f772db99dafbed493f30e81056bfd15e35b90.tar.gz
freebsd-ports-gnome-ba0f772db99dafbed493f30e81056bfd15e35b90.tar.zst
freebsd-ports-gnome-ba0f772db99dafbed493f30e81056bfd15e35b90.zip
- Mark broken on 4.X
Reported by: krismail
Diffstat (limited to 'polish')
-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>