mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
irc/inspircd: move USES=pkgconfig to SSL option
This is how it was in previous versions.
This commit is contained in:
parent
822683354d
commit
c6b433bdb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422542
@ -33,7 +33,7 @@ SUB_LIST+= PORTNAME=${PORTNAME} \
|
|||||||
GROUPS=${GROUPS}
|
GROUPS=${GROUPS}
|
||||||
|
|
||||||
# Configure script is written in perl
|
# Configure script is written in perl
|
||||||
USES= cpe perl5 pkgconfig
|
USES= cpe perl5
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
|
||||||
CPE_VENDOR= inspire_ircd
|
CPE_VENDOR= inspire_ircd
|
||||||
@ -114,7 +114,7 @@ PLIST_SUB+= GNUTLS="@comment "
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MOPENSSL}
|
.if ${PORT_OPTIONS:MOPENSSL}
|
||||||
USES+= ssl
|
USES+= ssl pkgconfig
|
||||||
CONFIGURE_ARGS+= --enable-openssl
|
CONFIGURE_ARGS+= --enable-openssl
|
||||||
EXTRAS:=${EXTRAS},m_ssl_openssl.cpp
|
EXTRAS:=${EXTRAS},m_ssl_openssl.cpp
|
||||||
PLIST_SUB+= OPENSSL=""
|
PLIST_SUB+= OPENSSL=""
|
||||||
|
Loading…
Reference in New Issue
Block a user