svn commit: r422541 - head/irc/inspircd

John Marino marino at FreeBSD.org
Tue Sep 20 20:16:39 UTC 2016


Author: marino
Date: Tue Sep 20 20:16:38 2016
New Revision: 422541
URL: https://svnweb.freebsd.org/changeset/ports/422541

Log:
  irc/inspircd: USES+=pkgconfig required for ports SSL configuration
  
  The configure script can use pkgconfig so make sure it's available.
  
  Approved by:	just-fix-it

Modified:
  head/irc/inspircd/Makefile

Modified: head/irc/inspircd/Makefile
==============================================================================
--- head/irc/inspircd/Makefile	Tue Sep 20 19:47:38 2016	(r422540)
+++ head/irc/inspircd/Makefile	Tue Sep 20 20:16:38 2016	(r422541)
@@ -33,7 +33,7 @@ SUB_LIST+=	PORTNAME=${PORTNAME} \
 		GROUPS=${GROUPS}
 
 # Configure script is written in perl
-USES=		cpe perl5
+USES=		cpe perl5 pkgconfig
 USE_PERL5=	build
 
 CPE_VENDOR=	inspire_ircd


More information about the svn-ports-head mailing list