svn commit: r421560 - head/dns/libasr

John Marino marino at FreeBSD.org
Thu Sep 8 15:24:25 UTC 2016


Author: marino
Date: Thu Sep  8 15:24:24 2016
New Revision: 421560
URL: https://svnweb.freebsd.org/changeset/ports/421560

Log:
  dns/libasr: USES+=ssl (requires openssl headers)
  
  Approved by:	SSL blanket

Modified:
  head/dns/libasr/Makefile

Modified: head/dns/libasr/Makefile
==============================================================================
--- head/dns/libasr/Makefile	Thu Sep  8 14:53:50 2016	(r421559)
+++ head/dns/libasr/Makefile	Thu Sep  8 15:24:24 2016	(r421560)
@@ -18,7 +18,9 @@ CONFLICTS=	libasr-devel-[0-9]*
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
-USES=		libtool
+USES=		libtool ssl
 USE_LDCONFIG=	yes
 
+CFLAGS+=	-I${OPENSSLINC}
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list