1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

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
This commit is contained in:
Craig Leres 2019-02-15 03:07:46 +00:00
parent cff39fa61b
commit 2c6f3e93de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492966

View File

@ -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