summaryrefslogtreecommitdiff
path: root/security/stunnel
diff options
context:
space:
mode:
authorsbd <sbd>2011-11-26 04:39:19 +0000
committersbd <sbd>2011-11-26 04:39:19 +0000
commit0f245f0267594c3226c190831020614a2e09c78e (patch)
tree807bc0291e68671e507589dbc87fce823b917be5 /security/stunnel
parent65bf130a1ebf2d519a9af62ed952ab484ac0f664 (diff)
downloadpkgsrc-0f245f0267594c3226c190831020614a2e09c78e.tar.gz
Add missing devel/zlib buildlink.
Bump PKGREVISION
Diffstat (limited to 'security/stunnel')
-rw-r--r--security/stunnel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index 993b10b6d96..de3868d3be0 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2011/11/10 21:01:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.75 2011/11/26 04:40:19 sbd Exp $
DISTNAME= stunnel-4.46
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.stunnel.org/stunnel/
@@ -56,5 +57,6 @@ SUBST_SED.stunnel+= -e 's|setgid = nogroup|setgid = ${STUNNEL_GROUP}|'
.include "options.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"