aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxmozilla
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-16 01:03:23 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-16 01:03:23 +0000
commite0236b477f4d6bb2d641f4da24366a7bd755d9fc (patch)
tree81e9def462d94893d5b99228752c287ac6d9ee38 /x11-toolkits/wxmozilla
parent253ba3b3b5d4066bd0af4ba9588311c2bb0bbd06 (diff)
downloadports-e0236b477f4d6bb2d641f4da24366a7bd755d9fc.tar.gz
ports-e0236b477f4d6bb2d641f4da24366a7bd755d9fc.zip
Notes
Diffstat (limited to 'x11-toolkits/wxmozilla')
-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 b9daeb64b194..12aca1eaab0c 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>