Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= collectd |
4 |
PORTNAME= collectd |
5 |
PORTVERSION= 5.9.0 |
5 |
PORTVERSION= 5.9.0 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
CATEGORIES= net-mgmt |
7 |
CATEGORIES= net-mgmt |
8 |
MASTER_SITES= https://storage.googleapis.com/collectd-tarballs/ |
8 |
MASTER_SITES= https://storage.googleapis.com/collectd-tarballs/ |
9 |
PKGNAMESUFFIX= 5 |
9 |
PKGNAMESUFFIX= 5 |
Lines 274-282
Link Here
|
274 |
VIRT_CONFIGURE_ENABLE= virt |
274 |
VIRT_CONFIGURE_ENABLE= virt |
275 |
VIRT_CONFIGURE_WITH= virt=${LOCALBASE} |
275 |
VIRT_CONFIGURE_WITH= virt=${LOCALBASE} |
276 |
|
276 |
|
277 |
XML_CFLAGS= `xml2-config --cflags` |
277 |
XML_CFLAGS= `pkg-config --cflags libxml-2.0` |
278 |
XML_LIB_DEPENDS= libxml2.so:textproc/libxml2 |
278 |
XML_LIB_DEPENDS= libxml2.so:textproc/libxml2 |
279 |
XML_CONFIGURE_WITH= libxml2=${LOCALBASE} |
279 |
XML_CONFIGURE_WITH= libxml2 |
280 |
|
280 |
|
281 |
ZOOKEEPER_LIB_DEPENDS= libzookeeper_mt.so:devel/libzookeeper |
281 |
ZOOKEEPER_LIB_DEPENDS= libzookeeper_mt.so:devel/libzookeeper |
282 |
ZOOKEEPER_CONFIGURE_ENABLE= zookeeper |
282 |
ZOOKEEPER_CONFIGURE_ENABLE= zookeeper |