diff options
author | marino <marino@FreeBSD.org> | 2016-09-21 04:29:17 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-21 04:29:17 +0800 |
commit | b1562a3acf6c67df1e96a20ff0bfd3dad3e83c7e (patch) | |
tree | f6477fc0a80008ae96e08a58bdb1a25f4a275e6f /irc | |
parent | 456f8dd00816773a420064643c649c5a03053eb3 (diff) | |
download | freebsd-ports-gnome-b1562a3acf6c67df1e96a20ff0bfd3dad3e83c7e.tar.gz freebsd-ports-gnome-b1562a3acf6c67df1e96a20ff0bfd3dad3e83c7e.tar.zst freebsd-ports-gnome-b1562a3acf6c67df1e96a20ff0bfd3dad3e83c7e.zip |
irc/inspircd: move USES=pkgconfig to SSL option
This is how it was in previous versions.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/inspircd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 6dd8d0eabe17..99c7230520d2 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -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="" |