diff options
author | tron <tron@pkgsrc.org> | 2000-06-17 21:21:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-06-17 21:21:49 +0000 |
commit | 83426c1a1eca072bd7c90ef6d22131a674511893 (patch) | |
tree | cf31762e5d272828581bd0dcd97d1f3a97a3c2bc /security | |
parent | f36f6b7081557ffc7b291709853a78ec5b07b7bc (diff) | |
download | pkgsrc-83426c1a1eca072bd7c90ef6d22131a674511893.tar.gz |
Fix cut and paste error in last commit.
Diffstat (limited to 'security')
-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 |