summaryrefslogtreecommitdiff
path: root/security/mcrypt/Makefile
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-11-26 04:39:19 +0000
committersbd <sbd@pkgsrc.org>2011-11-26 04:39:19 +0000
commit071c9ea3b77ea13bd598f3cabd7edcdb247835f4 (patch)
tree807bc0291e68671e507589dbc87fce823b917be5 /security/mcrypt/Makefile
parent4c2e919b165029eb0801d31f2c39d1246729ab56 (diff)
downloadpkgsrc-071c9ea3b77ea13bd598f3cabd7edcdb247835f4.tar.gz
Add missing devel/zlib buildlink.
Bump PKGREVISION
Diffstat (limited to 'security/mcrypt/Makefile')
-rw-r--r--security/mcrypt/Makefile5
1 files changed, 3 insertions, 2 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"