Subject: Re: msmtp pkgsrc entry for testing
To: Juan RP <juan@xtraeme.UnixBSD.org>
From: Bryan Vyhmeister <bsd@hub3.net>
List: tech-pkg
Date: 09/17/2003 23:53:00
> > > Since it needs OpenSSL, it should be added as a dependency (through
> > buildlink2).
> > 
> > I added the following to the Makefile:
> > 
> > .include "../../security/openssl/buildlink2.mk"
> > 
> > Should that cause it to build OpenSSL? I was only able to cause OpenSSL to
be
> > built by putting the following in the Makefile:
> 
> Nope, if you have a compatible version of OpenSSL defined in
> openssl/buildlink2.mk.
> 
> > 
> > DEPENDS+= openssl:../../security/openssl
> > 
> > Should I add both of these? Thank you for your help.
> 
> Adding the openssl's buildlink is enough.

I do not understand. Why does it not need to be built?

Bryan