diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 02:56:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-26 02:56:26 +0000 |
commit | c0b410d0177f30f70c39e7235022ea5ec9420389 (patch) | |
tree | 3101601fad470852675388cb830b99db5ec9071c /www/webredirect | |
parent | 76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b (diff) | |
download | ports-c0b410d0177f30f70c39e7235022ea5ec9420389.tar.gz ports-c0b410d0177f30f70c39e7235022ea5ec9420389.zip |
Notes
Diffstat (limited to 'www/webredirect')
-rw-r--r-- | www/webredirect/Makefile | 8 |
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> |