aboutsummaryrefslogtreecommitdiffstats
path: root/www/crawl
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-06 16:13:11 +0800
committerkris <kris@FreeBSD.org>2004-02-06 16:13:11 +0800
commit4d8e17a8515fffabc30356d05e9365a7c0d009bd (patch)
treeb4104aaf55aec31f26be9080a4164a0f04fe9613 /www/crawl
parent18483dd4990d7cb37daeca2ea9b05122e5bcb5fa (diff)
downloadfreebsd-ports-gnome-4d8e17a8515fffabc30356d05e9365a7c0d009bd.tar.gz
freebsd-ports-gnome-4d8e17a8515fffabc30356d05e9365a7c0d009bd.tar.zst
freebsd-ports-gnome-4d8e17a8515fffabc30356d05e9365a7c0d009bd.zip
BROKEN on 5.x: does not compile
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..c1d93e626ee7 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} >= 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>