diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 11:18:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 11:18:17 +0000 |
commit | be640ebbed7db01f176e28f8559c40b24ccf0d1e (patch) | |
tree | b09ae694063f2a5499c1ece9b27857d76f21ed0f /dns | |
parent | 4ad67b8d0dae20c66c038dab5e7d7e15df53b561 (diff) | |
download | freebsd-ports-be640ebbed7db01f176e28f8559c40b24ccf0d1e.zip |
- Fix ssl dependency: only headers are needed
Approved by: portmgr blanket
Diffstat (limited to 'dns')
-rw-r--r-- | dns/libasr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/libasr/Makefile b/dns/libasr/Makefile index 6bfbb6a51625..3fb06b715d27 100644 --- a/dns/libasr/Makefile +++ b/dns/libasr/Makefile @@ -18,7 +18,7 @@ CONFLICTS= libasr-devel-[0-9]* GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool ssl +USES= libtool ssl:build USE_LDCONFIG= yes CFLAGS+= -I${OPENSSLINC} |