dns/libasr: USES+=ssl (requires openssl headers)

Approved by:	SSL blanket
This commit is contained in:
John Marino 2016-09-08 15:24:24 +00:00
parent b398fc9831
commit 31c7c14469
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421560

View file

@ -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>