svn commit: r496264 - head/irc/bitchx

Steve Wills swills at FreeBSD.org
Tue Mar 19 15:04:34 UTC 2019


Author: swills
Date: Tue Mar 19 15:04:33 2019
New Revision: 496264
URL: https://svnweb.freebsd.org/changeset/ports/496264

Log:
  irc/bitchx: Use correct OpenSSL include path
  
  PR:		236617
  Submitted by:	caf at bitchx.org
  Approved by:	BitchX FreeBSD <freebsd at bitchx.org> (maintainer)

Modified:
  head/irc/bitchx/Makefile   (contents, props changed)

Modified: head/irc/bitchx/Makefile
==============================================================================
--- head/irc/bitchx/Makefile	Tue Mar 19 14:51:28 2019	(r496263)
+++ head/irc/bitchx/Makefile	Tue Mar 19 15:04:33 2019	(r496264)
@@ -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}"


More information about the svn-ports-all mailing list