aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-26 10:56:26 +0800
committerkris <kris@FreeBSD.org>2002-10-26 10:56:26 +0800
commitd3a5735d228830154871c34a492976176b57c793 (patch)
tree7fd1ab0eb8e9e1bcfad57c4c9a2ccfa7db522e36 /www
parentb59c9e1e35103c446c8de55d829d77999e71b116 (diff)
downloadfreebsd-ports-gnome-d3a5735d228830154871c34a492976176b57c793.tar.gz
freebsd-ports-gnome-d3a5735d228830154871c34a492976176b57c793.tar.zst
freebsd-ports-gnome-d3a5735d228830154871c34a492976176b57c793.zip
Mark BROKEN on current
Diffstat (limited to 'www')
-rw-r--r--www/webredirect/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/webredirect/Makefile b/www/webredirect/Makefile
index 2a1d4d5f834a..c9c009c76bda 100644
--- a/www/webredirect/Makefile
+++ b/www/webredirect/Makefile
@@ -16,6 +16,12 @@ ALL_TARGET= depend all
MAN1= webredirect.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500035
+BROKEN= "Does not compile on 5.0"
+.endif
+
pre-build:
@${TOUCH} ${WRKSRC}/incu/depend.mk
@@ -26,4 +32,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>