diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:18:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:18:26 +0000 |
commit | 5d7a253958c22dd05ca8e0ce3cd7bda8835ab18d (patch) | |
tree | 1ab9c2e8400213a4a671642cefdbb69eef9810ac /www/swish++ | |
parent | b46fe6560c7b07d7d145d8d75635aaba7c5be0b1 (diff) | |
download | ports-5d7a253958c22dd05ca8e0ce3cd7bda8835ab18d.tar.gz ports-5d7a253958c22dd05ca8e0ce3cd7bda8835ab18d.zip |
Notes
Diffstat (limited to 'www/swish++')
-rw-r--r-- | www/swish++/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/swish++/Makefile b/www/swish++/Makefile index e14b1574c727..1478cbf45134 100644 --- a/www/swish++/Makefile +++ b/www/swish++/Makefile @@ -29,6 +29,12 @@ MAN3= WWW.3 MAN4= swish++.conf.4 swish++.index.4 MAN8= searchd.8 searchmonitor.8 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e '/^#error/d' ${WRKSRC}/config.h .for file in searchd searchmonitor @@ -41,4 +47,4 @@ pre-install: post-install: ${INSTALL_SCRIPT} ${FILESDIR}/swish++.sh ${PREFIX}/etc/rc.d -.include <bsd.port.mk> +.include <bsd.port.post.mk> |