diff options
author | swills <swills@FreeBSD.org> | 2019-03-19 23:04:33 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2019-03-19 23:04:33 +0800 |
commit | e3dcd8b428e22ab55757924b46efcdab29dd68a4 (patch) | |
tree | e84a2075066a07422b44ffd5eef098b1fd5cac7c /irc | |
parent | edb29d78a92a0eb5c6cf33da92da283d85434734 (diff) | |
download | freebsd-ports-gnome-e3dcd8b428e22ab55757924b46efcdab29dd68a4.tar.gz freebsd-ports-gnome-e3dcd8b428e22ab55757924b46efcdab29dd68a4.tar.zst freebsd-ports-gnome-e3dcd8b428e22ab55757924b46efcdab29dd68a4.zip |
irc/bitchx: Use correct OpenSSL include path
PR: 236617
Submitted by: caf@bitchx.org
Approved by: BitchX FreeBSD <freebsd@bitchx.org> (maintainer)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/Makefile | 5 |
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}" |