aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-09-08 23:24:24 +0800
committermarino <marino@FreeBSD.org>2016-09-08 23:24:24 +0800
commit9a742b9de65e3ff95cfe8222ccfb6eba0fa13a5c (patch)
treec82b4959cafacfc91a085f4be9b8cbaff3d6f65e /dns
parentd3e32e6ac49f8da21daf498ea780e8089c43c4ad (diff)
downloadfreebsd-ports-gnome-9a742b9de65e3ff95cfe8222ccfb6eba0fa13a5c.tar.gz
freebsd-ports-gnome-9a742b9de65e3ff95cfe8222ccfb6eba0fa13a5c.tar.zst
freebsd-ports-gnome-9a742b9de65e3ff95cfe8222ccfb6eba0fa13a5c.zip
dns/libasr: USES+=ssl (requires openssl headers)
Approved by: SSL blanket
Diffstat (limited to 'dns')
-rw-r--r--dns/libasr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/libasr/Makefile b/dns/libasr/Makefile
index fa93ec21d3a8..6bfbb6a51625 100644
--- a/dns/libasr/Makefile
+++ b/dns/libasr/Makefile
@@ -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>