aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-09-16 12:39:57 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-09-16 12:39:57 +0000
commit1dd577aa35e81a0a27cfe99310db98dff958226e (patch)
tree3f2c22167d89f3f50acc88b18f0b289c401a0ef5 /dns
parent85cbc25fbd284041e3bad35aaf3bbc53d7827dc2 (diff)
downloadports-1dd577aa35e81a0a27cfe99310db98dff958226e.tar.gz
ports-1dd577aa35e81a0a27cfe99310db98dff958226e.zip
Mk/Uses/cargo.mk: Add gmake build dependency for jemalloc-sys
Notes
Notes: svn path=/head/; revision=512176
Diffstat (limited to 'dns')
-rw-r--r--dns/doh-proxy/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile
index cd184ed9c26c..288fb92905ee 100644
--- a/dns/doh-proxy/Makefile
+++ b/dns/doh-proxy/Makefile
@@ -12,9 +12,6 @@ COMMENT= DNS-over-HTTP server proxy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-# jemalloc-sys-0.1.8 needs gmake
-BUILD_DEPENDS= gmake:devel/gmake
-
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= jedisct1