diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 18:12:13 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 18:12:13 +0000 |
commit | b97a38bb13f0504298bb932165b59ac386db713b (patch) | |
tree | 51414736205df40992b661293192264fbd38c462 /emulators | |
parent | 528e013dfe9e6544ea814d0662c45521340b8c9a (diff) | |
download | pkgsrc-b97a38bb13f0504298bb932165b59ac386db713b.tar.gz |
needs yacc
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 3ae33b33c45..e93406e9864 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2014/12/09 22:37:11 joerg Exp $ +# $NetBSD: Makefile,v 1.56 2015/03/15 18:12:13 tnn Exp $ # DISTNAME= tme-0.8 @@ -16,7 +16,7 @@ COMMENT= The Machine Emulator USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake perl:run pkg-config +USE_TOOLS+= gmake perl:run pkg-config yacc CONFIGURE_ARGS+= --disable-debug |