1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

BROKEN on 5.x: configure fails

This commit is contained in:
Kris Kennaway 2004-02-17 10:56:19 +00:00
parent de896e54e9
commit 6ed93f468b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101182

View File

@ -26,4 +26,10 @@ CONFIGURE_ARGS= --with-Qt-dir=${X11BASE} CXX="g++ ${PTHREAD_CFLAGS}" \
USE_GMAKE= yes
USE_BZIP2= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502102
BROKEN= "Configure fails"
.endif
.include <bsd.port.post.mk>