diff options
author | tron <tron> | 2000-06-17 21:20:58 +0000 |
---|---|---|
committer | tron <tron> | 2000-06-17 21:20:58 +0000 |
commit | 8daa484ece0428f1a704b1ea9b55b4d846d61438 (patch) | |
tree | d9531869fabb72821e17443838e8fa407f79773b /security/stunnel | |
parent | 2f4dd7f93cf2a8e93b193425d6e186b122e339ea (diff) | |
download | pkgsrc-8daa484ece0428f1a704b1ea9b55b4d846d61438.tar.gz |
Add missing dependence on "pth" package.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index d4e97c646ce..d3ace03d2b8 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/04/26 21:16:26 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/06/17 21:20:58 tron Exp $ # DISTNAME= stunnel-3.8 @@ -9,6 +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 GNU_CONFIGURE= YES USE_SSL= YES |