diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 291c3ce483c..399b8dfe1ba 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2006/03/31 23:44:39 jlam Exp $ +# $NetBSD: Makefile,v 1.57 2006/05/06 01:05:51 minskim Exp $ DISTNAME= heimdal-0.7.2 CATEGORIES= security @@ -17,7 +17,7 @@ CONFLICTS+= gss-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes -USE_TOOLS+= bison +USE_TOOLS+= bison flex MAKE_ENV+= INSTALL_CATPAGES=no HEIMDAL_STATEDIR?= ${VARBASE}/heimdal |