summaryrefslogtreecommitdiff
path: root/security/sslwrap
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2001-01-02 22:38:43 +0000
committerveego <veego@pkgsrc.org>2001-01-02 22:38:43 +0000
commitaf1c220995cb8fc103198a6382bc9f243271b8a5 (patch)
treea5eb8eb22bdc7b780e153fed068116f261ccad08 /security/sslwrap
parent27be5e8fa1b05583e42a0adf551964ff37ba3f33 (diff)
downloadpkgsrc-af1c220995cb8fc103198a6382bc9f243271b8a5.tar.gz
Use USE_SSL and not DEPENDS=openssl
Diffstat (limited to 'security/sslwrap')
-rw-r--r--security/sslwrap/Makefile4
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"