svn commit: r423599 - head/irc/ratbox-respond

Ryan Steinmetz zi at FreeBSD.org
Sun Oct 9 14:13:33 UTC 2016


Author: zi
Date: Sun Oct  9 14:13:32 2016
New Revision: 423599
URL: https://svnweb.freebsd.org/changeset/ports/423599

Log:
  - USE_OPENSSL -> USES=ssl

Modified:
  head/irc/ratbox-respond/Makefile

Modified: head/irc/ratbox-respond/Makefile
==============================================================================
--- head/irc/ratbox-respond/Makefile	Sun Oct  9 14:11:56 2016	(r423598)
+++ head/irc/ratbox-respond/Makefile	Sun Oct  9 14:13:32 2016	(r423599)
@@ -14,8 +14,7 @@ COMMENT=	Client-side implementation of t
 CONFIGURE_WRKSRC=${WRKSRC}/${PORTNAME}
 BUILD_WRKSRC=	${WRKSRC}/${PORTNAME}
 
-USES=		tar:tgz
-USE_OPENSSL=	yes
+USES=		ssl tar:tgz
 GNU_CONFIGURE=	yes
 
 PORTDOCS=	challenge.txt


More information about the svn-ports-all mailing list