diff options
author | minskim <minskim> | 2006-07-22 00:45:10 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-07-22 00:45:10 +0000 |
commit | 88e96b495c0bcbc92a035bc502cf1574dd480902 (patch) | |
tree | 2cbcadb76d3bbb94cabec18b31644777d172c118 /misc | |
parent | 2a2c03adc4c377bce668f62c47409cc56ec1e584 (diff) | |
download | pkgsrc-88e96b495c0bcbc92a035bc502cf1574dd480902.tar.gz |
USE_TOOLS+=flex
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cuetools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cuetools/Makefile b/misc/cuetools/Makefile index 830a2c74b1b..61251bae5a6 100644 --- a/misc/cuetools/Makefile +++ b/misc/cuetools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/06/26 16:25:58 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2006/07/22 00:45:10 minskim Exp $ # DISTNAME= cuetools-1.2 @@ -12,7 +12,7 @@ COMMENT= Set of utilities to manipulate cue and toc files PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_TOOLS+= gmake yacc +USE_TOOLS+= flex gmake yacc INSTALLATION_DIRS= bin man/man1 |