diff options
author | kris <kris@FreeBSD.org> | 2003-10-16 09:57:27 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-16 09:57:27 +0800 |
commit | d4181be2af762d0388b6ce3706e1d21ba09315aa (patch) | |
tree | e2459313940e6dbb2ffbe99fe0e0887bc61ce1b9 /www | |
parent | 7107799d9a18ec188fafec3dd4245f9505ae412e (diff) | |
download | freebsd-ports-gnome-d4181be2af762d0388b6ce3706e1d21ba09315aa.tar.gz freebsd-ports-gnome-d4181be2af762d0388b6ce3706e1d21ba09315aa.tar.zst freebsd-ports-gnome-d4181be2af762d0388b6ce3706e1d21ba09315aa.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_watch/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/mod_watch/Makefile b/www/mod_watch/Makefile index ae906ed673e7..8ede7d7a152c 100644 --- a/www/mod_watch/Makefile +++ b/www/mod_watch/Makefile @@ -32,6 +32,12 @@ DOCS= apache2mrtg.html index.shtml mailto.js mod_watch.html style.css DOCS_HTMLIMAGES= apache-header-476-62.png mrpixel.gif mrtg-bar.png \ sun-logo.jpg wave1.jpg +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + post-patch: ${PERL} -pi -e "s@^APXS.*@@" ${WRKSRC}/Makefile @@ -54,4 +60,4 @@ do-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |