1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

BROKEN on 4.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-23 02:11:46 +00:00
parent ca2a16312c
commit 01ca7d45fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101796

View File

@ -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>