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 | |
parent | 72d34bb09ecf486938c2ad90adb5a126ae65a02f (diff) | |
download | pkgsrc-9a6b98440ed98259ac66a4f14ceebcaa09f77151.tar.gz |
Add missing devel/zlib buildlink.
Bump PKGREVISION
Diffstat (limited to 'security')
-rw-r--r-- | security/mcrypt/Makefile | 5 | ||||
-rw-r--r-- | security/stunnel/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/Makefile | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 03243ea2810..ef33ea452e9 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2011/04/22 13:44:36 obache Exp $ +# $NetBSD: Makefile,v 1.24 2011/11/26 04:40:15 sbd Exp $ DISTNAME= mcrypt-2.6.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcrypt/} @@ -18,6 +18,7 @@ CONFIGURE_ENV+= ac_cv_path_GZIP="gzip" CONFIGURE_ENV+= ac_cv_path_BZIP2="bzip2" .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../security/libmcrypt/buildlink3.mk" .include "../../security/mhash/buildlink3.mk" .include "../../mk/bsd.pkg.mk" 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" diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 8fd692ffb54..bfeac90c7e8 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.132 2011/11/01 15:09:17 taca Exp $ +# $NetBSD: Makefile,v 1.133 2011/11/26 04:40:23 sbd Exp $ # DISTNAME= sudo-1.7.8p1 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ @@ -53,4 +54,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/sudoers ${DESTDIR}${PREFIX}/${EGDIR}/sudoers ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/${DOCDIR} +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |