diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-09-12 15:44:13 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-09-12 15:44:13 +0000 |
commit | 3ff826f290f870d840f92f8e785f16af3ec0f981 (patch) | |
tree | 8ecbf2d4271ff88f1226218b5c72ef49f2861f74 /emulators/qemu | |
parent | 0cf679ab77c1411f020ab9a79f40de37194e9167 (diff) | |
download | pkgsrc-3ff826f290f870d840f92f8e785f16af3ec0f981.tar.gz |
Fix PLIST on SunOS 5.11.
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index c339c729b88..8a18526d730 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.115 2013/09/03 02:23:52 jnemeth Exp $ +# $NetBSD: Makefile,v 1.116 2013/09/12 15:44:13 jperkin Exp $ DISTNAME= qemu-1.6.0 CATEGORIES= emulators @@ -77,6 +77,8 @@ PLIST.nbd= YES .elif !empty(OPSYS:MLinux) USER_EMUL= ${UE_ARCHS} PLIST.nbd= YES +.elif !empty(MACHINE_PLATFORM:MSunOS-5.11-*) +PLIST.nbd= YES .endif PLIST_VARS+= ${UE_ARCHS} nbd |