summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-23 02:11:46 +0000
committerkris <kris@FreeBSD.org>2004-02-23 02:11:46 +0000
commitb093290f9ef192d793a941219ef2710ed42c9333 (patch)
tree2e8d9b850bd705defd05232cdc6f5169ea1492f6 /x11-toolkits
parenta5474444ffdbe9c9f7aa9529f9f87c7309d65513 (diff)
downloadFreeBSD-ports-b093290f9ef192d793a941219ef2710ed42c9333.zip
FreeBSD-ports-b093290f9ef192d793a941219ef2710ed42c9333.tar.gz
BROKEN on 4.x: Does not compile
Diffstat (limited to 'x11-toolkits')
-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 a9009e2..1dc0024 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>
OpenPOWER on IntegriCloud