aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/libgail-gnome
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-02-14 18:32:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-02-14 18:32:57 +0000
commit40e8d0df795167710edd5aab5e6ced309af00928 (patch)
tree905ac0c6e103f31ae2f47665075f1fbd846b87df /x11-toolkits/libgail-gnome
parent8c17111cd7b859e502ae47131ce3c887a9d6d5e3 (diff)
Mark BROKEN on 4.X.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=156052
Diffstat (limited to 'x11-toolkits/libgail-gnome')
-rw-r--r--x11-toolkits/libgail-gnome/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile
index 74cbf7f314e8..a6a64775cca6 100644
--- a/x11-toolkits/libgail-gnome/Makefile
+++ b/x11-toolkits/libgail-gnome/Makefile
@@ -31,4 +31,10 @@ post-patch:
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \
${WRKSRC}/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not build on 4.X
+.endif
+
+.include <bsd.port.post.mk>