diff options
author | jnemeth <jnemeth> | 2013-09-03 02:23:52 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2013-09-03 02:23:52 +0000 |
commit | d6c9fdba9c89acc3b72723a20158ffedd7055255 (patch) | |
tree | e9f6455c47e93d0aeb567b094d9c93d4344fc400 /emulators/qemu | |
parent | 0e1016572059742c89ef093626ed2dbbfae41cda (diff) | |
download | pkgsrc-d6c9fdba9c89acc3b72723a20158ffedd7055255.tar.gz |
add a comment to USE_NCURSES line
Diffstat (limited to 'emulators/qemu')
-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 |