summaryrefslogtreecommitdiff
path: root/security
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
parent65bf130a1ebf2d519a9af62ed952ab484ac0f664 (diff)
downloadpkgsrc-0f245f0267594c3226c190831020614a2e09c78e.tar.gz
Add missing devel/zlib buildlink.
Bump PKGREVISION
Diffstat (limited to 'security')
-rw-r--r--security/mcrypt/Makefile5
-rw-r--r--security/stunnel/Makefile4
-rw-r--r--security/sudo/Makefile4
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"