1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

BROKEN on 5.x: does not compile

This commit is contained in:
Kris Kennaway 2004-02-08 02:58:41 +00:00
parent e9ab906fe5
commit 70b8e9b7c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100331

View File

@ -31,6 +31,12 @@ USE_AUTOCONF= yes
WANT_AUTOCONF_VER= 257
WRKSRC= ${WRKDIR}/pd-0.37-1test1/src
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
pre-patch:
${RM} -f ${WRKSRC}/configure
@ -87,4 +93,4 @@ do-install:
${MKDIR} ${DATADIR}
cd ${WRKSRC}/../extra && ${PAX} -r -w * ${DATADIR}
.include <bsd.port.mk>
.include <bsd.port.post.mk>