diff options
author | sbd <sbd> | 2011-11-26 04:39:19 +0000 |
---|---|---|
committer | sbd <sbd> | 2011-11-26 04:39:19 +0000 |
commit | 9a6b98440ed98259ac66a4f14ceebcaa09f77151 (patch) | |
tree | 807bc0291e68671e507589dbc87fce823b917be5 /security/stunnel | |
parent | 72d34bb09ecf486938c2ad90adb5a126ae65a02f (diff) | |
download | pkgsrc-9a6b98440ed98259ac66a4f14ceebcaa09f77151.tar.gz |
Add missing devel/zlib buildlink.
Bump PKGREVISION
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 4 |
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" |