aboutsummaryrefslogtreecommitdiff
path: root/net/kafkacat
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net/kafkacat
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Notes
Diffstat (limited to 'net/kafkacat')
-rw-r--r--net/kafkacat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/kafkacat/Makefile b/net/kafkacat/Makefile
index 8088d0831811..e3dfaf59b039 100644
--- a/net/kafkacat/Makefile
+++ b/net/kafkacat/Makefile
@@ -11,9 +11,9 @@ COMMENT= Generic command line non-JVM Apache Kafka producer and consumer
LICENSE= BSD3CLAUSE
-BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
- pkg-config:${PORTSDIR}/devel/pkgconf
-LIB_DEPENDS= librdkafka.so:${PORTSDIR}/net/librdkafka
+BUILD_DEPENDS= bash:shells/bash \
+ pkg-config:devel/pkgconf
+LIB_DEPENDS= librdkafka.so:net/librdkafka
USE_GITHUB= yes
GH_ACCOUNT= edenhill