svn commit: r420383 - head/sysutils/syslog-ng37

Cy Schubert cy at FreeBSD.org
Thu Aug 18 03:35:54 UTC 2016


Author: cy
Date: Thu Aug 18 03:35:52 2016
New Revision: 420383
URL: https://svnweb.freebsd.org/changeset/ports/420383

Log:
  Switch to USES=ssl.

Modified:
  head/sysutils/syslog-ng37/Makefile

Modified: head/sysutils/syslog-ng37/Makefile
==============================================================================
--- head/sysutils/syslog-ng37/Makefile	Thu Aug 18 03:35:03 2016	(r420382)
+++ head/sysutils/syslog-ng37/Makefile	Thu Aug 18 03:35:52 2016	(r420383)
@@ -43,13 +43,12 @@ REDIS_DESC=		Build with Redis support
 JAVA_DESC=		Build with Java support (and modules, like Elastic)
 PYTHON_DESC=		Build with Python 2.7 support
 
-USES=		gmake libtool pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig ssl
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	syslog-ng
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 SUB_FILES=	pkg-message
-USE_OPENSSL=	yes
 INSTALL_TARGET=	install-strip
 
 CONFIGURE_ARGS=	--sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \


More information about the svn-ports-all mailing list