diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-05 06:40:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-05 06:40:46 +0000 |
commit | e52598b5500e6c00d66965c41c09ab9b609286f6 (patch) | |
tree | 557ac9e6aa798d772982464f2985cb823b982db6 /devel/gearmand-devel | |
parent | ff06f04d625e3c28311d8254b72c85a6195d5f33 (diff) |
Notes
Diffstat (limited to 'devel/gearmand-devel')
-rw-r--r-- | devel/gearmand-devel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/gearmand-devel/Makefile b/devel/gearmand-devel/Makefile index 9e0f1c4d32d2..ad06be750136 100644 --- a/devel/gearmand-devel/Makefile +++ b/devel/gearmand-devel/Makefile @@ -11,11 +11,9 @@ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Gearman C Server and Library BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs \ - libexecinfo>=0:${PORTSDIR}/devel/libexecinfo \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \ - libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid CONFLICTS= p5-Gearman-Server-1.* gearmand-1.0.* @@ -26,7 +24,7 @@ GROUPS= gearmand USE_PERL5= build GNU_CONFIGURE= yes -USES= pathfix perl5 gmake libtool +USES= pathfix perl5 gmake libtool execinfo USE_LDCONFIG= yes USE_PYTHON_BUILD=yes USE_RC_SUBR= gearmand |