svn commit: r422542 - head/irc/inspircd

John Marino marino at FreeBSD.org
Tue Sep 20 20:29:19 UTC 2016


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=""


More information about the svn-ports-head mailing list