aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2010-02-25 20:38:37 +0800
committersem <sem@FreeBSD.org>2010-02-25 20:38:37 +0800
commit34d01955b410fab9c5a6f3ae4d6eaed334cb3fdd (patch)
tree900c8d22aac9ca9dc7585331ca98aba206e304eb
parent677dee9e98f887759c99cd59edbf36162b3a78d3 (diff)
downloadfreebsd-ports-gnome-34d01955b410fab9c5a6f3ae4d6eaed334cb3fdd.tar.gz
freebsd-ports-gnome-34d01955b410fab9c5a6f3ae4d6eaed334cb3fdd.tar.zst
freebsd-ports-gnome-34d01955b410fab9c5a6f3ae4d6eaed334cb3fdd.zip
- Mark BROKEN on CURRENT. Use net/mpd5.
Submitted by: maintainer Feature safe: yes
-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)