summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-08-09 20:15:20 +0000
committermarino <marino@pkgsrc.org>2012-08-09 20:15:20 +0000
commitb893d73022b50be015980c0a3b0a5b0dc242b6e3 (patch)
treebe2d49bcff7bdfaf93600a8d0a79d70636a2e42a /security
parent5380a52513199d73bb87fa17818b58cd0b42dc32 (diff)
downloadpkgsrc-b893d73022b50be015980c0a3b0a5b0dc242b6e3.tar.gz
security/mit-krb5: USE_TOOLS+= msgfmt
Note: Nobody that uses git from pkgsrc can install this package. It conflicts with security/heimdal which is sucked in by dependencies of scmgit-base. Since the default way of acquiring pkgsrc on DragonFly is via git, which is provided by the releases and daily snapshots, effectively this can't be installed by DragonFly users. Solving the conflict with heimdal, if possible, would be nice.
Diffstat (limited to 'security')
-rw-r--r--security/mit-krb5/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile
index 439397a84bd..306c411555b 100644
--- a/security/mit-krb5/Makefile
+++ b/security/mit-krb5/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.58 2012/07/16 19:12:33 adam Exp $
+# $NetBSD: Makefile,v 1.59 2012/08/09 20:15:20 marino Exp $
DISTNAME= krb5-1.10.2
PKGNAME= mit-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar
@@ -28,7 +29,7 @@ CONFLICTS+= kth-krb4-[0-9]*
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= autoconf gmake m4 perl yacc
+USE_TOOLS+= autoconf gmake m4 perl yacc msgfmt
MAKE_PROGRAM= gmake
GNU_CONFIGURE= yes