Date: Tue, 20 Sep 2016 20:16:38 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422541 - head/irc/inspircd Message-ID: <201609202016.u8KKGcAI076991@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609202016.u8KKGcAI076991>