Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2016 03:35:53 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420383 - head/sysutils/syslog-ng37
Message-ID:  <201608180335.u7I3ZrcX063322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608180335.u7I3ZrcX063322>