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 /x11-toolkits/wxmozilla | |
parent | 253ba3b3b5d4066bd0af4ba9588311c2bb0bbd06 (diff) | |
download | ports-e0236b477f4d6bb2d641f4da24366a7bd755d9fc.tar.gz ports-e0236b477f4d6bb2d641f4da24366a7bd755d9fc.zip |
This port really is broken on 4.X.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=119553
Diffstat (limited to 'x11-toolkits/wxmozilla')
-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> |