aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-24 08:09:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-24 08:09:07 +0000
commit6c7c2240c27ddc690ea92ff443be821db8718541 (patch)
treee2042b76672531d93f9449c703e5d4428dae7260 /net
parent7f4a3665922a679ede1aa5dbfc64c33566e1672d (diff)
downloadports-6c7c2240c27ddc690ea92ff443be821db8718541.tar.gz
ports-6c7c2240c27ddc690ea92ff443be821db8718541.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/openospfd/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/openospfd/Makefile b/net/openospfd/Makefile
index a620bac38bac..07421e7b83d6 100644
--- a/net/openospfd/Makefile
+++ b/net/openospfd/Makefile
@@ -67,4 +67,10 @@ do-install:
post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+BROKEN= Does not build on FreeBSD 10+
+.endif
+
.include <bsd.port.mk>