summaryrefslogtreecommitdiff
path: root/security/munge/Makefile
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2013-08-30 20:16:53 +0000
committerasau <asau@pkgsrc.org>2013-08-30 20:16:53 +0000
commit88a1b95ffad1e7c11077d9c62c2092152b5ff9c6 (patch)
treecbdc57bfcd25e6cedfe7c2545e8f45a93901c4d1 /security/munge/Makefile
parentee37c4c9389fd2eac0ff1cae73059231e923cbe3 (diff)
downloadpkgsrc-88a1b95ffad1e7c11077d9c62c2092152b5ff9c6.tar.gz
Depend on libgcrypt.
Fix packaging on some Linux. Bump package revision. From Jason Bacon via pkgsrc-wip.
Diffstat (limited to 'security/munge/Makefile')
-rw-r--r--security/munge/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/munge/Makefile b/security/munge/Makefile
index 6a61229f892..1bc1f87e621 100644
--- a/security/munge/Makefile
+++ b/security/munge/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:52 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2013/08/30 20:16:53 asau Exp $
DISTNAME= munge-0.5.10
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= http://munge.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
@@ -19,6 +19,7 @@ OWN_DIRS= $(VARBASE)/lib/munge $(VARBASE)/log/munge $(VARBASE)/run/munge
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../security/libgcrypt/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"