aboutsummaryrefslogtreecommitdiff
path: root/dns/dsc
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2019-02-15 03:07:46 +0000
committerCraig Leres <leres@FreeBSD.org>2019-02-15 03:07:46 +0000
commit2c6f3e93deb4e43a2debf9276655777f216e7065 (patch)
treecd23bd1a5024851d59494b03f73f5068142841a8 /dns/dsc
parentcff39fa61bf7a18443bc77a93d4c6815f7c57981 (diff)
downloadports-2c6f3e93deb4e43a2debf9276655777f216e7065.tar.gz
ports-2c6f3e93deb4e43a2debf9276655777f216e7065.zip
Put LIB_DEPENDS after BUILD_DEPENDS as per mat@ (and the Porter's
Handbook). Reported by: mat Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D19197
Notes
Notes: svn path=/head/; revision=492966
Diffstat (limited to 'dns/dsc')
-rw-r--r--dns/dsc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dsc/Makefile b/dns/dsc/Makefile
index d703fe1f1986..4e0e33267780 100644
--- a/dns/dsc/Makefile
+++ b/dns/dsc/Makefile
@@ -13,11 +13,11 @@ COMMENT= Tool used for collecting and exploring statistics from DNS servers
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${RUN_DEPENDS}
+LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
RUN_DEPENDS= libpcap>=1.8.1:net/libpcap \
p5-Proc-PID-File>=1.28:devel/p5-Proc-PID-File \
p5-XML-Simple>=2.24:textproc/p5-XML-Simple \
dsp>=2.0.0:dns/dsp
-LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
USES= gmake perl5 shebangfix