summaryrefslogtreecommitdiff
path: root/emulators/qemu/Makefile
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2017-01-08 02:26:47 +0000
committerkamil <kamil@pkgsrc.org>2017-01-08 02:26:47 +0000
commit59b5db8e3d17f1c5c152ac5c89e2bb2f0ca33fa1 (patch)
tree19c7de27d410736c30e02620f9c716fc00e5ae6b /emulators/qemu/Makefile
parent648cf9593c316076f90dc6e7eec382d2475d385a (diff)
downloadpkgsrc-59b5db8e3d17f1c5c152ac5c89e2bb2f0ca33fa1.tar.gz
Add support in qemu for native NetBSD curses(3)
curses_version() is ncurses specific function available only in ncurses and used just in configure. Bump revision to 1
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r--emulators/qemu/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index be4a3391f6f..3c50005a0be 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.161 2017/01/01 14:43:38 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2017/01/08 02:26:47 kamil Exp $
DISTNAME= qemu-2.8.0
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/
EXTRACT_SUFX= .tar.bz2
@@ -16,7 +17,7 @@ NOT_FOR_PLATFORM+= NetBSD-1.[0-6]*-*
NOT_FOR_PLATFORM+= NetBSD-5*-*
USE_TOOLS+= bison gmake makeinfo perl:build pkg-config
-USE_NCURSES= yes # requires resize_term()
+FAKE_NCURSES= yes
UNLIMIT_RESOURCES= datasize
HAS_CONFIGURE= yes
@@ -135,10 +136,10 @@ post-install:
.include "../../mk/oss.buildlink3.mk"
.endif
.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/ncursesw/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../x11/pixman/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"