aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2010-02-25 12:38:37 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2010-02-25 12:38:37 +0000
commit7825050b0a8a5d1bac50261ee0e5c6817e403137 (patch)
treeeb3e1f6afcc2a2e713b9c0769593566fac956721 /net
parent749ee3c260df34e8b09f7e11a6b5595db5f9a43f (diff)
Notes
Diffstat (limited to 'net')
-rw-r--r--net/mpd4/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mpd4/Makefile b/net/mpd4/Makefile
index f669b21545f4..4baa929e3a16 100644
--- a/net/mpd4/Makefile
+++ b/net/mpd4/Makefile
@@ -29,6 +29,10 @@ USE_OPENSSL= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 900007
+BROKEN= does not build. Use net/mpd5 instead please
+.endif
+
.if ${OSVERSION} < 700041 && defined(WITH_NG_CAR)
BUILD_DEPENDS+= ${LOCALBASE}/include/netgraph/ng_car.h:${PORTSDIR}/net/ng_car
.if exists(${KMODDIR}/ng_car.ko)