diff options
author | jwise <jwise@pkgsrc.org> | 2008-05-05 02:26:03 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2008-05-05 02:26:03 +0000 |
commit | 6995e3bc58a3cf31b3769b90cd9ac5b40e6aad93 (patch) | |
tree | 2d3bc96dc9e629c880b15ffc4f6bab974e938ed1 /security/heimdal/Makefile | |
parent | 105f3b22f915ce806c891ed168fa3563256135dd (diff) | |
download | pkgsrc-6995e3bc58a3cf31b3769b90cd9ac5b40e6aad93.tar.gz |
Add missing library (libhcrypto) to PLIST, allowing sudo to build against
this heimdal on 3.x.
Bump PKGREVISION.
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r-- | security/heimdal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 3bf7fe286f9..99a10a95b25 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.69 2008/04/12 22:43:09 jlam Exp $ +# $NetBSD: Makefile,v 1.70 2008/05/05 02:26:03 jwise Exp $ DISTNAME= heimdal-1.1 CATEGORIES= security MASTER_SITES= http://www.h5l.org/dist/src/ +PKGREVISION= 1 MAINTAINER= lha@NetBSD.org HOMEPAGE= http://www.h5l.org/ |