Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2019 03:07:46 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492966 - head/dns/dsc
Message-ID:  <201902150307.x1F37kI6092559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902150307.x1F37kI6092559>