diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-16 01:03:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-16 01:03:23 +0000 |
commit | e0236b477f4d6bb2d641f4da24366a7bd755d9fc (patch) | |
tree | 81e9def462d94893d5b99228752c287ac6d9ee38 | |
parent | Add coq, a formal proof management system: a proof done with Coq is (diff) |
This port really is broken on 4.X.
Reported by: pointyhat via kris
-rw-r--r-- | x11-toolkits/wxmozilla/Makefile | 8 |
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> |