svn commit: r518421 - head/emulators/qemu

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Nov 25 19:57:03 UTC 2019


Author: bofh
Date: Mon Nov 25 19:57:03 2019
New Revision: 518421
URL: https://svnweb.freebsd.org/changeset/ports/518421

Log:
  emulators/qemu: Fix USES placement
  
  Reported by:	dch at skunkwerks.at

Modified:
  head/emulators/qemu/Makefile

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Mon Nov 25 19:33:57 2019	(r518420)
+++ head/emulators/qemu/Makefile	Mon Nov 25 19:57:03 2019	(r518421)
@@ -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
 


More information about the svn-ports-head mailing list