pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   roy
Date:           Tue Jan 17 09:10:11 UTC 2017

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu requires resize_term and wide curses. Thanks to kamil@ and sorry to pgoyette@.


To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 pkgsrc/emulators/qemu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.162 pkgsrc/emulators/qemu/Makefile:1.163
--- pkgsrc/emulators/qemu/Makefile:1.162        Sun Jan  8 02:26:47 2017
+++ pkgsrc/emulators/qemu/Makefile      Tue Jan 17 09:10:11 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.162 2017/01/08 02:26:47 kamil Exp $
+# $NetBSD: Makefile,v 1.163 2017/01/17 09:10:11 roy Exp $
 
 DISTNAME=      qemu-2.8.0
 PKGREVISION=   1
@@ -17,6 +17,7 @@ NOT_FOR_PLATFORM+=    NetBSD-1.[0-6]*-*
 NOT_FOR_PLATFORM+=     NetBSD-5*-*
 
 USE_TOOLS+=            bison gmake makeinfo perl:build pkg-config
+USE_CURSES=            resize_term wide
 FAKE_NCURSES=          yes
 UNLIMIT_RESOURCES=     datasize
 HAS_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index