diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2013-09-03 02:23:52 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2013-09-03 02:23:52 +0000 |
commit | bbdd0a4d84225f00a9e1d53fe8efec6ceef19578 (patch) | |
tree | e9f6455c47e93d0aeb567b094d9c93d4344fc400 /emulators | |
parent | 797971e8a79c94372cb6e9fc02b28d0233cc62bd (diff) | |
download | pkgsrc-bbdd0a4d84225f00a9e1d53fe8efec6ceef19578.tar.gz |
add a comment to USE_NCURSES line
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 22c308f57f2..c339c729b88 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2013/08/25 02:26:38 jnemeth Exp $ +# $NetBSD: Makefile,v 1.115 2013/09/03 02:23:52 jnemeth Exp $ DISTNAME= qemu-1.6.0 CATEGORIES= emulators @@ -18,7 +18,7 @@ NOT_FOR_PLATFORM= NetBSD-1.[0-6]*-* NOT_FOR_PLATFORM= NetBSD-5*-* USE_TOOLS+= gmake makeinfo perl:build pkg-config -USE_NCURSES= yes +USE_NCURSES= yes # requires resize_term() UNLIMIT_RESOURCES= datasize HAS_CONFIGURE= yes |