aboutsummaryrefslogtreecommitdiff
path: root/www/crawl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-10 21:35:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-10 21:35:28 +0000
commitb2838c5f65b77e5587a468447f0310fa5c2b73c5 (patch)
tree9fcc6043b2966eef253ab5dfe2ced60ac6ea4dc9 /www/crawl
parentfee16a0c24a7a0906b4b65eba1a6cbc4e2316168 (diff)
downloadports-b2838c5f65b77e5587a468447f0310fa5c2b73c5.tar.gz
ports-b2838c5f65b77e5587a468447f0310fa5c2b73c5.zip
BROKEN on FreeBSD 6.0: Does not compile
Notes
Notes: svn path=/head/; revision=132954
Diffstat (limited to 'www/crawl')
-rw-r--r--www/crawl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile
index 1a4bdb161f08..41d4abeed506 100644
--- a/www/crawl/Makefile
+++ b/www/crawl/Makefile
@@ -22,6 +22,12 @@ CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} --program-transform-name=''
MAN1= crawl.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600022
+BROKEN= "Does not compile on FreeBSD >= 6.x"
+.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>