diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-17 10:54:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-17 10:54:11 +0000 |
commit | 1fd87f25d2d62e10ca00207a5b713c8fe1ae3fcf (patch) | |
tree | 51648cce49a072b160ec80a3353fcdcd5574cff7 /net | |
parent | f8b3e17764212dc62d5b876f825fde8140664c9b (diff) | |
download | pkgsrc-1fd87f25d2d62e10ca00207a5b713c8fe1ae3fcf.tar.gz |
Use openssl buildlink.mk instead of USE_SSL.
Diffstat (limited to 'net')
-rw-r--r-- | net/speakfreely/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/speakfreely/Makefile b/net/speakfreely/Makefile index 42cdb88db03..fbbe9426726 100644 --- a/net/speakfreely/Makefile +++ b/net/speakfreely/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/17 18:19:40 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2002/06/17 10:54:11 wiz Exp $ # DISTNAME= speak_freely-7.2 @@ -35,7 +35,7 @@ CCFLAGS+= -DHALF_DUPLEX .if defined(USE_CRYPTO) && ${USE_CRYPTO} == "YES" HAVE_LIBCRYPTO= YES -USE_SSL= YES +.include "../../security/openssl/buildlink.mk" .if defined(USE_IDEA) && ${USE_IDEA} == "YES" LICENSE= no-commercial-use |