diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-06 01:05:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-06 01:05:51 +0000 |
commit | 8718626b1111a341a6abef0e67dbeaeb187c54c9 (patch) | |
tree | 3eb9d8b074c8481a75ee81b8421f4011fece749b /security | |
parent | 1af53180e3462a28dc87b624261c622ddeb1b7b3 (diff) | |
download | pkgsrc-8718626b1111a341a6abef0e67dbeaeb187c54c9.tar.gz |
This package requires flex to build.
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 |