summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2004-04-30 21:02:54 +0000
committerBrian Feldman <green@FreeBSD.org>2004-04-30 21:02:54 +0000
commit3c239c5e529c219250f4e96cc97a67a1e97a2ea9 (patch)
treef583a7b8d79e2ffa89791284e6bd917aa658b587 /net-p2p
parentUpdate to 2.6.1. (diff)
Unmark BROKEN for newer versions of -CURRENT it's certainly building
fine on.
Notes
Notes: svn path=/head/; revision=108055
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/dctc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile
index 81ac62eeb7cd..a1a41af58b88 100644
--- a/net-p2p/dctc/Makefile
+++ b/net-p2p/dctc/Makefile
@@ -59,7 +59,7 @@ DOC_FILES= COPYING ChangeLog INSTALL README \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502000
+.if ${OSVERSION} >= 502000 && ${OSVERSION} < 502105
BROKEN= "Does not compile"
.endif