diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-15 09:17:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-15 09:17:14 +0000 |
commit | 8c6ae84960a17d873a7832b77ea4a51cb2e76b72 (patch) | |
tree | 76c37fbaf153bcbdc9cdf1873e2f38ceef472474 /security | |
parent | cc88b7e2d3172f311e7373caa6c9afc247c6d1b3 (diff) | |
download | pkgsrc-8c6ae84960a17d873a7832b77ea4a51cb2e76b72.tar.gz |
Linux does not have glob.h and vis.h compatible with heimdal, so heimdal
installs its own glob.h and vis.h. Add them to PLIST.Linux.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 3 | ||||
-rw-r--r-- | security/heimdal/PLIST.Linux | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 399b8dfe1ba..3e942a36702 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2006/05/06 01:05:51 minskim Exp $ +# $NetBSD: Makefile,v 1.58 2006/05/15 09:17:14 minskim Exp $ DISTNAME= heimdal-0.7.2 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/heimdal/src/ diff --git a/security/heimdal/PLIST.Linux b/security/heimdal/PLIST.Linux new file mode 100644 index 00000000000..903f3e36bd3 --- /dev/null +++ b/security/heimdal/PLIST.Linux @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2006/05/15 09:17:14 minskim Exp $ +include/krb5/glob.h +include/krb5/vis.h |