diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-17 10:47:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-17 10:47:56 +0000 |
commit | f8b3e17764212dc62d5b876f825fde8140664c9b (patch) | |
tree | 81628436a284b7e7da59d5453c443fb871da22e2 /security/stunnel | |
parent | eb34fbf13785b34628530fed7702b8b75e585daa (diff) | |
download | pkgsrc-f8b3e17764212dc62d5b876f825fde8140664c9b.tar.gz |
Remove USE_SSL, openssl buildlink.mk is already included.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 090b4e5af84..c2aaf0b9e72 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/12/28 07:22:29 tron Exp $ +# $NetBSD: Makefile,v 1.30 2002/06/17 10:47:56 wiz Exp $ DISTNAME= stunnel-3.22 CATEGORIES= security @@ -11,7 +11,6 @@ HOMEPAGE= http://www.stunnel.org/ COMMENT= Universal SSL tunnel USE_BUILDLINK_ONLY= # defined -USE_SSL= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-ssl=${SSLBASE} \ --with-cert-dir="${SSLCERTS}" \ |