diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 10:11:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 10:11:46 +0800 |
commit | b093290f9ef192d793a941219ef2710ed42c9333 (patch) | |
tree | 2e8d9b850bd705defd05232cdc6f5169ea1492f6 | |
parent | a5474444ffdbe9c9f7aa9529f9f87c7309d65513 (diff) | |
download | freebsd-ports-gnome-b093290f9ef192d793a941219ef2710ed42c9333.tar.gz freebsd-ports-gnome-b093290f9ef192d793a941219ef2710ed42c9333.tar.zst freebsd-ports-gnome-b093290f9ef192d793a941219ef2710ed42c9333.zip |
BROKEN on 4.x: Does not compile
-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 a9009e25f513..1dc0024edaad 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> |