diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 18:40:53 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 18:40:53 +0000 |
commit | a2898a5294b8c53fa813adc1a6c9125a1846a070 (patch) | |
tree | cbd732bb1fe352f354fe6818f40bbb6447fb77f6 /emulators | |
parent | 260a78a2ac3e1fb215bb7f365a82b6d90b1d2088 (diff) | |
download | pkgsrc-a2898a5294b8c53fa813adc1a6c9125a1846a070.tar.gz |
needs yacc
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ski/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/ski/Makefile b/emulators/ski/Makefile index 094076396e8..13c7d9d7fa6 100644 --- a/emulators/ski/Makefile +++ b/emulators/ski/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2013/06/16 23:41:51 asau Exp $ +# $NetBSD: Makefile,v 1.15 2015/03/15 18:40:53 tnn Exp $ # DISTNAME= ski-1.3.2 @@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} CPPFLAGS+= -I${PREFIX}/include/libelf -L ${PREFIX}/lib -USE_TOOLS+= pkg-config aclocal autoconf automake autoreconf +USE_TOOLS+= pkg-config aclocal autoconf automake autoreconf yacc USE_LIBTOOL= yes USE_NCURSES= yes |