1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

BROKEN on 4.x: Configure fails

This commit is contained in:
Kris Kennaway 2004-03-18 12:36:35 +00:00
parent a05b77ad6c
commit 02a87edf10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104448

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} < 500000
BROKEN= "Configure fails on 4.x"
.endif
.include <bsd.port.post.mk>