summaryrefslogtreecommitdiffstats
path: root/net/rabbitmq-c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rabbitmq-c/Makefile')
-rw-r--r--net/rabbitmq-c/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rabbitmq-c/Makefile b/net/rabbitmq-c/Makefile
index a75ecb4..8d5f1c8 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
OpenPOWER on IntegriCloud