summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 02:11:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 02:11:46 +0000
commit01ca7d45fb38d29ae011d5c939838fe62a7de49a (patch)
tree4de09c52b55d0044eb2d372b31e760d2db01f48e
parentThis is broken on 4.x as well. (diff)
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=101796
-rw-r--r--x11-toolkits/wxmozilla/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/wxmozilla/Makefile b/x11-toolkits/wxmozilla/Makefile
index a9009e25f513..1dc0024edaad 100644
--- a/x11-toolkits/wxmozilla/Makefile
+++ b/x11-toolkits/wxmozilla/Makefile
@@ -29,4 +29,10 @@ CONFIGURE_ENV= PKG_CONFIG_PATH="${X11BASE}/lib/firefox/lib/pkgconfig"
CONFIGURE_ARGS= --with-wx-config=${WXGTK_CONFIG} --enable-python
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>