aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-08-07 01:16:19 +0800
committersat <sat@FreeBSD.org>2006-08-07 01:16:19 +0800
commitea35e9e2ddf25f1c21411d8fed659e740f8727cd (patch)
tree1799990adb9f723692e891f18774eef0b0d602f5 /net
parent0e5d316914c4197e27465e4472043f9ee5a8ebcf (diff)
downloadfreebsd-ports-gnome-ea35e9e2ddf25f1c21411d8fed659e740f8727cd.tar.gz
freebsd-ports-gnome-ea35e9e2ddf25f1c21411d8fed659e740f8727cd.tar.zst
freebsd-ports-gnome-ea35e9e2ddf25f1c21411d8fed659e740f8727cd.zip
- Mark broken on 4.x
Reported by: pointyhat via kris
Diffstat (limited to 'net')
-rw-r--r--net/radvd/Makefile9
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>