diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-09-12 10:59:15 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-09-12 10:59:15 +0000 |
commit | f3bd25797e57b92750daa4087ee905c63e839e1f (patch) | |
tree | e3957aa0df7078236f8611182d0fabc3d2d5e472 /emulators/qemu | |
parent | a071a7ee9010beb7b0aee4396a9350cb09ede299 (diff) | |
download | pkgsrc-f3bd25797e57b92750daa4087ee905c63e839e1f.tar.gz |
Enable PREFER_PKGSRC=yes for curses on DragonFly and Linux.
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 3 |
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" |