Date: Tue, 20 Sep 2016 20:29:17 +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: r422542 - head/irc/inspircd Message-ID: <201609202029.u8KKTHRj081132@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Tue Sep 20 20:29:17 2016 New Revision: 422542 URL: https://svnweb.freebsd.org/changeset/ports/422542 Log: irc/inspircd: move USES=pkgconfig to SSL option This is how it was in previous versions. Modified: head/irc/inspircd/Makefile Modified: head/irc/inspircd/Makefile ============================================================================== --- head/irc/inspircd/Makefile Tue Sep 20 20:16:38 2016 (r422541) +++ head/irc/inspircd/Makefile Tue Sep 20 20:29:17 2016 (r422542) @@ -33,7 +33,7 @@ SUB_LIST+= PORTNAME=${PORTNAME} \ GROUPS=${GROUPS} # Configure script is written in perl -USES= cpe perl5 pkgconfig +USES= cpe perl5 USE_PERL5= build CPE_VENDOR= inspire_ircd @@ -114,7 +114,7 @@ PLIST_SUB+= GNUTLS="@comment " .endif .if ${PORT_OPTIONS:MOPENSSL} -USES+= ssl +USES+= ssl pkgconfig CONFIGURE_ARGS+= --enable-openssl EXTRAS:=${EXTRAS},m_ssl_openssl.cpp PLIST_SUB+= OPENSSL=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609202029.u8KKTHRj081132>