svn commit: r383358 - head/dns/ldns

Baptiste Daroussin bapt at FreeBSD.org
Sun Apr 5 20:55:49 UTC 2015


Author: bapt
Date: Sun Apr  5 20:55:48 2015
New Revision: 383358
URL: https://svnweb.freebsd.org/changeset/ports/383358

Log:
  Revert unintended change
  
  Reported by:	flo

Modified:
  head/dns/ldns/Makefile

Modified: head/dns/ldns/Makefile
==============================================================================
--- head/dns/ldns/Makefile	Sun Apr  5 20:50:42 2015	(r383357)
+++ head/dns/ldns/Makefile	Sun Apr  5 20:55:48 2015	(r383358)
@@ -15,7 +15,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool ssl
+USES=		gmake libtool
+USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 
 .if ! (defined(BUILD_PYLDNS) || defined(BUILD_P5PERL))


More information about the svn-ports-head mailing list