diff options
author | veego <veego> | 2001-01-02 22:38:43 +0000 |
---|---|---|
committer | veego <veego> | 2001-01-02 22:38:43 +0000 |
commit | 35f1961077188984503b0e1e8665159ac654e798 (patch) | |
tree | a5eb8eb22bdc7b780e153fed068116f261ccad08 /security | |
parent | 311a69c947f9d94bbe7c31b9db9e28aa396f7a46 (diff) | |
download | pkgsrc-35f1961077188984503b0e1e8665159ac654e798.tar.gz |
Use USE_SSL and not DEPENDS=openssl
Diffstat (limited to 'security')
-rw-r--r-- | security/sslwrap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index e5f07c8c254..eac6ccf6f40 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/12/30 20:12:16 rh Exp $ +# $NetBSD: Makefile,v 1.4 2001/01/02 22:38:43 veego Exp $ # DISTNAME= ${PKGNAME:S/-//} @@ -9,6 +9,6 @@ MASTER_SITES= http://www.rickk.com/sslwrap/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.rickk.com/sslwrap/ -DEPENDS+= openssl>=0.9.4:../../security/openssl +USE_SSL= # defined .include "../../mk/bsd.pkg.mk" |