svn commit: r492966 - head/dns/dsc

Craig Leres leres at FreeBSD.org
Fri Feb 15 03:07:47 UTC 2019


Author: leres
Date: Fri Feb 15 03:07:46 2019
New Revision: 492966
URL: https://svnweb.freebsd.org/changeset/ports/492966

Log:
  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

Modified:
  head/dns/dsc/Makefile

Modified: head/dns/dsc/Makefile
==============================================================================
--- head/dns/dsc/Makefile	Fri Feb 15 02:54:52 2019	(r492965)
+++ head/dns/dsc/Makefile	Fri Feb 15 03:07:46 2019	(r492966)
@@ -13,11 +13,11 @@ COMMENT=	Tool used for collecting and exploring statis
 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
 


More information about the svn-ports-head mailing list