diff options
author | green <green@FreeBSD.org> | 2004-05-01 05:02:54 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 2004-05-01 05:02:54 +0800 |
commit | 69b1b981b2ea89d311daf9122b96a3badb4abc08 (patch) | |
tree | e3bcc11e21c596a7612c579f499b79b14243f97f | |
parent | 68154dbbba8aad10409c3d6a62686c17ce8eecc5 (diff) | |
download | freebsd-ports-graphics-69b1b981b2ea89d311daf9122b96a3badb4abc08.tar.gz freebsd-ports-graphics-69b1b981b2ea89d311daf9122b96a3badb4abc08.tar.zst freebsd-ports-graphics-69b1b981b2ea89d311daf9122b96a3badb4abc08.zip |
Unmark BROKEN for newer versions of -CURRENT it's certainly building
fine on.
-rw-r--r-- | net-p2p/dctc/Makefile | 2 | ||||
-rw-r--r-- | net/dctc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile index 81ac62eeb7c..a1a41af58b8 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 diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 81ac62eeb7c..a1a41af58b8 100644 --- a/net/dctc/Makefile +++ b/net/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 |