summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2011-09-12 10:59:15 +0000
committerryoon <ryoon@pkgsrc.org>2011-09-12 10:59:15 +0000
commitf3bd25797e57b92750daa4087ee905c63e839e1f (patch)
treee3957aa0df7078236f8611182d0fabc3d2d5e472 /emulators
parenta071a7ee9010beb7b0aee4396a9350cb09ede299 (diff)
downloadpkgsrc-f3bd25797e57b92750daa4087ee905c63e839e1f.tar.gz
Enable PREFER_PKGSRC=yes for curses on DragonFly and Linux.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 120e87e7c05..18f1f07162c 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2011/08/22 12:00:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.82 2011/09/12 10:59:15 ryoon Exp $
DISTNAME= qemu-0.15.0
CATEGORIES= emulators
@@ -119,5 +119,6 @@ post-install:
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/extension.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"