Lines 10-19
Link Here
|
10 |
MAINTAINER= bdrewery@FreeBSD.org |
10 |
MAINTAINER= bdrewery@FreeBSD.org |
11 |
COMMENT= Gearman C Server and Library |
11 |
COMMENT= Gearman C Server and Library |
12 |
|
12 |
|
13 |
BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs \ |
13 |
BUILD_DEPENDS= libexecinfo>=0:${PORTSDIR}/devel/libexecinfo \ |
14 |
libexecinfo>=0:${PORTSDIR}/devel/libexecinfo \ |
|
|
15 |
${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx |
14 |
${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx |
16 |
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent \ |
15 |
LIB_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs \ |
|
|
16 |
libevent.so:${PORTSDIR}/devel/libevent \ |
17 |
libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ |
17 |
libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ |
18 |
libexecinfo.so:${PORTSDIR}/devel/libexecinfo |
18 |
libexecinfo.so:${PORTSDIR}/devel/libexecinfo |
19 |
|
19 |
|