summaryrefslogtreecommitdiff
path: root/devel/avro/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/avro/Makefile')
-rw-r--r--devel/avro/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/avro/Makefile b/devel/avro/Makefile
index d21ac6817882..172df723a0bf 100644
--- a/devel/avro/Makefile
+++ b/devel/avro/Makefile
@@ -19,8 +19,8 @@ PYTHON_DESC= Install Python library
OPTIONS_DEFAULT=C CPP PYTHON
-C_LIB_DEPENDS= libavro.so:${PORTSDIR}/devel/avro-c
-CPP_LIB_DEPENDS= libavrocpp.so:${PORTSDIR}/devel/avro-cpp
-PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}avro:${PORTSDIR}/devel/py-avro
+C_LIB_DEPENDS= libavro.so:devel/avro-c
+CPP_LIB_DEPENDS= libavrocpp.so:devel/avro-cpp
+PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}avro:devel/py-avro
.include <bsd.port.mk>