diff options
author | tron <tron> | 2000-06-17 21:21:49 +0000 |
---|---|---|
committer | tron <tron> | 2000-06-17 21:21:49 +0000 |
commit | ca7da55655ab4c26f14aea8d3ab77bae84341f0a (patch) | |
tree | cf31762e5d272828581bd0dcd97d1f3a97a3c2bc /security/stunnel | |
parent | 6c49e1c8eb7508241e434313bf64b0c6bb3a37c3 (diff) | |
download | pkgsrc-ca7da55655ab4c26f14aea8d3ab77bae84341f0a.tar.gz |
Fix cut and paste error in last commit.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index d3ace03d2b8..9494d04dad2 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/06/17 21:20:58 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/06/17 21:21:49 tron Exp $ # DISTNAME= stunnel-3.8 @@ -9,7 +9,7 @@ MAINTAINER= martin@NetBSD.ORG HOMEPAGE= http://mike.daewoo.com.pl/computer/stunnel BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -DEPENDS+= pth>=1.3.5:../pth +DEPENDS+= pth>=1.3.5:../../devel/pth GNU_CONFIGURE= YES USE_SSL= YES |