svn commit: r503491 - head/dns/bind9-devel

Mathieu Arnold mat at FreeBSD.org
Tue Jun 4 21:24:53 UTC 2019


Author: mat
Date: Tue Jun  4 21:24:52 2019
New Revision: 503491
URL: https://svnweb.freebsd.org/changeset/ports/503491

Log:
  For some reason, this does not always get picked up correctly.

Modified:
  head/dns/bind9-devel/Makefile   (contents, props changed)

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Tue Jun  4 20:23:27 2019	(r503490)
+++ head/dns/bind9-devel/Makefile	Tue Jun  4 21:24:52 2019	(r503491)
@@ -175,6 +175,7 @@ IDN_USES=		iconv
 
 JSON_CONFIGURE_WITH=	json-c
 JSON_LIB_DEPENDS=	libjson-c.so:devel/json-c
+JSON_LDFLAGS=		-L${LOCALBASE}/lib -ljson-c
 
 LARGE_FILE_CONFIGURE_ENABLE=	largefile
 


More information about the svn-ports-head mailing list