diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2019-11-26 03:57:03 +0800 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2019-11-26 03:57:03 +0800 |
commit | 217a368fa8c0039e4b19f96b1950314bd2d2fc6c (patch) | |
tree | 651440a3ecafaf4339d4d358cd25cc0a00052340 /emulators/qemu/Makefile | |
parent | c4e10b1ec438048cc554fce94a4991ce2e0f2d71 (diff) | |
download | freebsd-ports-gnome-217a368fa8c0039e4b19f96b1950314bd2d2fc6c.tar.gz freebsd-ports-gnome-217a368fa8c0039e4b19f96b1950314bd2d2fc6c.tar.zst freebsd-ports-gnome-217a368fa8c0039e4b19f96b1950314bd2d2fc6c.zip |
emulators/qemu: Fix USES placement
Reported by: dch@skunkwerks.at
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 079083feb6d7..713ba7425bb7 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -20,12 +20,11 @@ LIB_DEPENDS?= libnettle.so:security/nettle \ .if !defined(PKGNAMESUFFIX) || (${PKGNAMESUFFIX} != "-utils" && ${PKGNAMESUFFIX} != "-guest-agent") ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 -USES+= xorg +USES= bison compiler:c11 cpe gmake gnome iconv:wchar_t perl5 \ + pkgconfig python:build tar:xz xorg USE_XORG= pixman .endif -USES?= bison compiler:c11 cpe gmake gnome iconv:wchar_t perl5 \ - pkgconfig python:build tar:xz USE_GNOME= cairo glib20 libxml2 USE_PERL5= build |