aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-11-05 03:31:10 +0800
committermarcus <marcus@FreeBSD.org>2006-11-05 03:31:10 +0800
commit6afe6ebc43ba0210e80a1897052c093882d02ec9 (patch)
tree825628b4528e270a4fc3d43dfc4b2f70d40858e7
parent61982244d8300325719f9197121a649e4f549367 (diff)
downloadfreebsd-ports-gnome-6afe6ebc43ba0210e80a1897052c093882d02ec9.tar.gz
freebsd-ports-gnome-6afe6ebc43ba0210e80a1897052c093882d02ec9.tar.zst
freebsd-ports-gnome-6afe6ebc43ba0210e80a1897052c093882d02ec9.zip
Mark IGNORE on 4.X as it does not build.
Reported by: pointyhat via kris
-rw-r--r--x11/libxklavier/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile
index 46030a627ffd..edd0cce86de7 100644
--- a/x11/libxklavier/Makefile
+++ b/x11/libxklavier/Makefile
@@ -34,4 +34,10 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
PLIST_SUB= VERSION=${PORTVERSION}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+IGNORE= does not build on 4.X
+.endif
+
+.include <bsd.port.post.mk>