aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-03-19 15:04:33 +0000
committerSteve Wills <swills@FreeBSD.org>2019-03-19 15:04:33 +0000
commit0ddc23465013dd14ed841842a4fbc3e31682ec53 (patch)
treee84a2075066a07422b44ffd5eef098b1fd5cac7c /irc
parent71cc496385155aa70cc59301eeaab9252abc173e (diff)
downloadports-0ddc23465013dd14ed841842a4fbc3e31682ec53.tar.gz
ports-0ddc23465013dd14ed841842a4fbc3e31682ec53.zip
irc/bitchx: Use correct OpenSSL include path
PR: 236617 Submitted by: caf@bitchx.org Approved by: BitchX FreeBSD <freebsd@bitchx.org> (maintainer)
Notes
Notes: svn path=/head/; revision=496264
Diffstat (limited to 'irc')
-rw-r--r--irc/bitchx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index f939be32ee33..aff005f07365 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bitchx
PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES+= irc
MASTER_SITES= SF/${PORTNAME}/ircii-pana/${PORTNAME}-${DISTVERSION}
@@ -20,7 +20,6 @@ CONFIGURE_ARGS+=--exec-prefix="${PREFIX}/share" \
--bindir="${PREFIX}/bin" \
--datadir="${PREFIX}/share" \
--libdir="${PREFIX}/share"
-LIBS+= -L${LOCALBASE}/lib
OPTIONS_SUB= yes
@@ -40,7 +39,7 @@ TOGGLES_DESC= Disable annoyance toggles
IPV6_CONFIGURE_ENABLE= ipv6
-SSL_CONFIGURE_WITH= ssl
+SSL_CONFIGURE_WITH= ssl="${OPENSSLBASE}"
SSL_USES= ssl
PLUGINS_CONFIGURE_WITH= plugins="${PLUGIN_LIST:C/\$$/,/g}"