diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 11:18:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 11:18:26 +0800 |
commit | f31a6d1c8e61229056ac3a5df15b24447d599f83 (patch) | |
tree | 8b214a9edfd18ea53313be79fd948bebdf57ed54 /www | |
parent | a9033c01e4e1f6b3393c01998221d77797f279dd (diff) | |
download | freebsd-ports-gnome-f31a6d1c8e61229056ac3a5df15b24447d599f83.tar.gz freebsd-ports-gnome-f31a6d1c8e61229056ac3a5df15b24447d599f83.tar.zst freebsd-ports-gnome-f31a6d1c8e61229056ac3a5df15b24447d599f83.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'www')
-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> |