diff options
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 |