BROKEN on 5.x: Build fails

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-26 01:58:58 +00:00
parent 0d4fbf1a95
commit 81fb719f99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118406

View file

@ -44,6 +44,12 @@ SCRIPTS_ENV+= WRKDIRPREFIX="${WRKDIRPREFIX}" \
MKDIR="${MKDIR}" \
REALCURDIR="${.CURDIR}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= Build fails
.endif
pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${PERL} ${SCRIPTDIR}/configure.pl
@ -54,4 +60,4 @@ post-clean:
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>