Date: Tue, 13 Nov 2018 16:28:37 +0000 (UTC) From: Alan Somers <asomers@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484878 - head/emulators/qemu-utils Message-ID: <201811131628.wADGSbf2062742@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: asomers (src committer) Date: Tue Nov 13 16:28:36 2018 New Revision: 484878 URL: https://svnweb.freebsd.org/changeset/ports/484878 Log: emulators/qemu-utils: fix build after r484653 The master port switched its distfile but didn't update the slave port. PR: 233194 Reported by: Sergey Akhmatov <sergey@akhmatov.ru> Modified: head/emulators/qemu-utils/Makefile Modified: head/emulators/qemu-utils/Makefile ============================================================================== --- head/emulators/qemu-utils/Makefile Tue Nov 13 15:34:47 2018 (r484877) +++ head/emulators/qemu-utils/Makefile Tue Nov 13 16:28:36 2018 (r484878) @@ -6,7 +6,7 @@ MAINTAINER= asomers@FreeBSD.org COMMENT= QEMU userland utilities HAS_CONFIGURE= yes -USES= cpe gmake pkgconfig perl5 python:2.7,build tar:bzip2 +USES= cpe gmake pkgconfig perl5 python:2.7,build tar:xz USES+= gettext-runtime USE_GNOME+= glib20 MAKE_ENV+= BSD_MAKE="${MAKE}" PREFIX=${PREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811131628.wADGSbf2062742>