diff options
author | pav <pav@FreeBSD.org> | 2009-12-16 08:55:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-16 08:55:23 +0800 |
commit | 0a366cf881a14edbc3834b8823a350485fbb16c6 (patch) | |
tree | f3c3bf5fecc31fef3493041bdb834455adcceb8b /net/plb | |
parent | e3ecbde63a1efb6296a18e6d1162bf70a0a44de4 (diff) | |
download | freebsd-ports-gnome-0a366cf881a14edbc3834b8823a350485fbb16c6.tar.gz freebsd-ports-gnome-0a366cf881a14edbc3834b8823a350485fbb16c6.tar.zst freebsd-ports-gnome-0a366cf881a14edbc3834b8823a350485fbb16c6.zip |
- Mark BROKEN after libevent update
Reported by: pointyhat
Diffstat (limited to 'net/plb')
-rw-r--r-- | net/plb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/plb/Makefile b/net/plb/Makefile index 7399d51e3fa6..20f5850caf19 100644 --- a/net/plb/Makefile +++ b/net/plb/Makefile @@ -16,6 +16,8 @@ COMMENT= A high-performance HTTP load balancer LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent +BROKEN= does not build + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc |