diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/rabbitmq-c/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net/rabbitmq-c/Makefile')
-rw-r--r-- | net/rabbitmq-c/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rabbitmq-c/Makefile b/net/rabbitmq-c/Makefile index a75ecb4cb9ce..8d5f1c8b73a8 100644 --- a/net/rabbitmq-c/Makefile +++ b/net/rabbitmq-c/Makefile @@ -18,8 +18,8 @@ COMMENT= RabbitMQ C AMQP client library LICENSE= GPLv2 MPL LICENSE_COMB= dual -BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson +BUILD_DEPENDS= python:lang/python \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson CONFLICTS= rabbitmq-c-devel-[0-9]* @@ -41,7 +41,7 @@ CONFIGURE_ARGS+= --enable-64-bit .endif .if ${PORT_OPTIONS:MPOPT} -LIB_DEPENDS+= libpopt.so:${PORTSDIR}/devel/popt +LIB_DEPENDS+= libpopt.so:devel/popt CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |