aboutsummaryrefslogtreecommitdiff
path: root/www/webredirect
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-26 02:56:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-26 02:56:26 +0000
commitc0b410d0177f30f70c39e7235022ea5ec9420389 (patch)
tree3101601fad470852675388cb830b99db5ec9071c /www/webredirect
parent76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b (diff)
downloadports-c0b410d0177f30f70c39e7235022ea5ec9420389.tar.gz
ports-c0b410d0177f30f70c39e7235022ea5ec9420389.zip
Notes
Diffstat (limited to 'www/webredirect')
-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>