diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-07-30 11:05:04 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-07-30 11:05:04 +0000 |
commit | 6bff7f6d9832484794db6d7b2021cd14eb441fb2 (patch) | |
tree | cddc4146b3d2d4dcf8f9844a72c0a73babd85033 /security | |
parent | d2a19acef01c5a1d7e1103520b98aaa94da81562 (diff) | |
download | pkgsrc-6bff7f6d9832484794db6d7b2021cd14eb441fb2.tar.gz |
Add runtime dependency on flex (in bin/compile_et). Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 4bb70191e9e..c6780e77c36 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.112 2014/04/09 07:26:58 obache Exp $ +# $NetBSD: Makefile,v 1.113 2014/07/30 11:05:04 fhajny Exp $ DISTNAME= heimdal-1.5.3 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= security MASTER_SITES= http://www.h5l.org/dist/src/ @@ -19,7 +19,7 @@ CONFLICTS+= kth-krb4-[0-9]* MAKE_JOBS_SAFE= no USE_LIBTOOL= yes -USE_TOOLS+= bison flex +USE_TOOLS+= bison flex:run PKGCONFIG_OVERRIDE+= tools/heimdal-gssapi.pc.in MAKE_ENV+= INSTALL_CATPAGES=no |