tech-pkg: how to make a package depend on openssl?
Subject: how to make a package depend on openssl?
To: None
<tech-pkg@netbsd.org>
From: Pavel Cahyna
<pcah8322@artax.karlin.mff.cuni.cz>
List: tech-pkg
Date: 07/06/2004 11:35:09
Hello,
in pkgsrc/net/speakfreely/Makefile
there is the following line:
.include "../../security/openssl/buildlink3.mk"
But openssl is not built when I build speakfreely. Why?
The build of speakfreely then fails, because it cannot find some crypto
functions.
(I am new to pkgsrc, so please have patience with me.)
Bye Pavel