diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-06 17:16:19 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-06 17:16:19 +0000 |
commit | 1ec9be9672471e8d9cc5bfc6191f55291e3df091 (patch) | |
tree | 97f6f70616371f395e289b8557cbf5a6ce80422c /net | |
parent | e2e6a5e13fc308da3d429f785c51af29bf1c02cf (diff) |
- Mark broken on 4.x
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=169839
Diffstat (limited to 'net')
-rw-r--r-- | net/radvd/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net/radvd/Makefile b/net/radvd/Makefile index a78475a81452..b24caf99a8f6 100644 --- a/net/radvd/Makefile +++ b/net/radvd/Makefile @@ -15,7 +15,6 @@ COMMENT= A Linux/BSD IPv6 router advertisement daemon GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GCC= 3.4+ USE_RC_SUBR= radvd MAN5= radvd.conf.5 @@ -30,4 +29,10 @@ post-install: @${INSTALL_DATA} ${PORTDOCS:S.^.${WRKSRC}/.} ${DOCSDIR}/ .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not build on 4.x +.endif + +.include <bsd.port.post.mk> |