diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-26 16:25:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-26 16:25:58 +0000 |
commit | 409320eef30a6bba893477c91fcc52f1df0a79dd (patch) | |
tree | 1546b8746915142d444daa5abee1bd37e55a99f1 /misc/cuetools | |
parent | 17bb2ca95499fcb4da718142864abb1e9583a79e (diff) | |
download | pkgsrc-409320eef30a6bba893477c91fcc52f1df0a79dd.tar.gz |
USE_TOOLS+=yacc
Diffstat (limited to 'misc/cuetools')
-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 bc211b77bb4..830a2c74b1b 100644 --- a/misc/cuetools/Makefile +++ b/misc/cuetools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:10 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/26 16:25:58 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 +USE_TOOLS+= gmake yacc INSTALLATION_DIRS= bin man/man1 |