diff options
author | kris <kris@FreeBSD.org> | 2007-04-22 09:32:51 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-22 09:32:51 +0800 |
commit | 0e3fb49af8ed802a2c8ab0a07da60f50795f56f7 (patch) | |
tree | 3a2ffba115498649b567f51d59cf0204e05a6253 /net-p2p | |
parent | 4c4f720bf96376f72df983cdde3f5475dd3c63b9 (diff) | |
download | freebsd-ports-gnome-0e3fb49af8ed802a2c8ab0a07da60f50795f56f7.tar.gz freebsd-ports-gnome-0e3fb49af8ed802a2c8ab0a07da60f50795f56f7.tar.zst freebsd-ports-gnome-0e3fb49af8ed802a2c8ab0a07da60f50795f56f7.zip |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dcd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/dcd/Makefile b/net-p2p/dcd/Makefile index 6b554d6f5d34..ad78d0b8d0fa 100644 --- a/net-p2p/dcd/Makefile +++ b/net-p2p/dcd/Makefile @@ -31,6 +31,10 @@ SUB_LIST= CONF_FILES="${CONF_FILES}" CONF_DIR="${PREFIX}/etc/dcd" .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 +BROKEN= Does not compile on 5.x +.endif + post-patch: .for f in dcd dcd.console @${MV} ${WRKSRC}/doc/${f}.2 ${WRKSRC}/doc/${f}.8 |