diff options
author | joerg <joerg@pkgsrc.org> | 2010-03-17 14:17:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-03-17 14:17:38 +0000 |
commit | d20336febba34a8a6be255c862bdf2ebe561ecea (patch) | |
tree | 86ce61c43ffdcd72cf574d2413cc80be4e087854 /emulators | |
parent | 30673b9a598aa4882bcac390cd41ba763d9f714f (diff) | |
download | pkgsrc-d20336febba34a8a6be255c862bdf2ebe561ecea.tar.gz |
USE_NCURSES=# -> USE_NCURSES=yes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aliados/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/aliados/Makefile b/emulators/aliados/Makefile index 09cc603a88b..894f84ee609 100644 --- a/emulators/aliados/Makefile +++ b/emulators/aliados/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/03/03 19:21:37 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2010/03/17 14:17:38 joerg Exp $ # DISTNAME= aliados-0.1.1 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir NO_CONFIGURE= YES USE_LANGUAGES= c++ -USE_NCURSES= # tigetstr tparm setupterm +USE_NCURSES= yes # tigetstr tparm setupterm INSTALLATION_DIRS= bin |