1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

BROKEN on 5.x: does not compile

This commit is contained in:
Kris Kennaway 2004-02-06 08:13:11 +00:00
parent 12b9796d97
commit b467d6d4fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100115

View File

@ -22,6 +22,12 @@ CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} --program-transform-name=''
MAN1= crawl.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502000
BROKEN= "Does not compile"
.endif
post-patch:
@${REINPLACE_CMD} -e 's,/usr/include/db2,${LOCALBASE}/include/db3,g' \
-e 's,db2,db3,g' ${WRKSRC}/configure.in
@ -32,4 +38,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/crawl.conf ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>