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