diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-19 02:18:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-19 02:18:32 +0000 |
commit | 2293d252b9441aa4d4f2efe76a93de0cdef6e05a (patch) | |
tree | e5f677ec1a7b80660a86e7f4f04f195cb3cdd21c /www/crawl | |
parent | 10992f9463902a6dc17db0a0cf5d37c75ce3b61e (diff) | |
download | ports-2293d252b9441aa4d4f2efe76a93de0cdef6e05a.tar.gz ports-2293d252b9441aa4d4f2efe76a93de0cdef6e05a.zip |
Notes
Diffstat (limited to 'www/crawl')
-rw-r--r-- | www/crawl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile index cbb325737683..8390b33fa5cd 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -25,10 +25,6 @@ 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 |