aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dsss
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-09-08 03:12:48 +0800
committerpav <pav@FreeBSD.org>2008-09-08 03:12:48 +0800
commit7ad270fad32d7dbaf4686abdd98f2f955f73993e (patch)
treeb87155cdd89181b8999cc284baa86a565115c442 /devel/dsss
parent437138825296ab1573800c7e1fa40f63b3e49896 (diff)
downloadfreebsd-ports-gnome-7ad270fad32d7dbaf4686abdd98f2f955f73993e.tar.gz
freebsd-ports-gnome-7ad270fad32d7dbaf4686abdd98f2f955f73993e.tar.zst
freebsd-ports-gnome-7ad270fad32d7dbaf4686abdd98f2f955f73993e.zip
- Mark BROKEN on 8-CURRENT
Reported by: pointyhat
Diffstat (limited to 'devel/dsss')
-rw-r--r--devel/dsss/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/dsss/Makefile b/devel/dsss/Makefile
index c94313bfdf65..1822f1ef0451 100644
--- a/devel/dsss/Makefile
+++ b/devel/dsss/Makefile
@@ -25,6 +25,12 @@ PORTDOCS= *
MAN1= dsss.1 rebuild.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+BROKEN= does not compile on 8-CURRENT
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|share/man|man|' \
${WRKSRC}/dsss.conf
@@ -37,4 +43,4 @@ post-patch:
${WRKSRC}/rebuild/Makefile
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>