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