diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 02:11:46 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 02:11:46 +0000 |
commit | b093290f9ef192d793a941219ef2710ed42c9333 (patch) | |
tree | 2e8d9b850bd705defd05232cdc6f5169ea1492f6 /x11-toolkits | |
parent | a5474444ffdbe9c9f7aa9529f9f87c7309d65513 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |