aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-10-16 09:03:23 +0800
committermarcus <marcus@FreeBSD.org>2004-10-16 09:03:23 +0800
commit9d210accbbe79472c1b436b23aed15327937a9cf (patch)
tree621dbf7bdc0df1e986eba618bf28f9fb2bafe359
parent9d51d5a038046c53a17d80dd756961b01daca009 (diff)
downloadfreebsd-ports-graphics-9d210accbbe79472c1b436b23aed15327937a9cf.tar.gz
freebsd-ports-graphics-9d210accbbe79472c1b436b23aed15327937a9cf.tar.zst
freebsd-ports-graphics-9d210accbbe79472c1b436b23aed15327937a9cf.zip
This port really is broken on 4.X.
Reported by: pointyhat via kris
-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 b9daeb64b19..12aca1eaab0 100644
--- a/x11-toolkits/wxmozilla/Makefile
+++ b/x11-toolkits/wxmozilla/Makefile
@@ -28,4 +28,10 @@ USE_LIBTOOL_VER=15
CONFIGURE_ARGS= --with-wx-config=${WXGTK_CONFIG} --enable-python
INSTALLS_SHLIB= yes
-.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>