diff options
author | nox <nox@FreeBSD.org> | 2014-03-15 23:35:59 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-03-15 23:35:59 +0800 |
commit | 2b3b25ceac991340f1f6df8bba4e89e7a682056b (patch) | |
tree | f1f3ba7b1b990e83ede3ef650a0bb69ea6181b2f /emulators | |
parent | b28a9c09e062e362604c54a41ef3d32e8ce2445a (diff) | |
download | freebsd-ports-gnome-2b3b25ceac991340f1f6df8bba4e89e7a682056b.tar.gz freebsd-ports-gnome-2b3b25ceac991340f1f6df8bba4e89e7a682056b.tar.zst freebsd-ports-gnome-2b3b25ceac991340f1f6df8bba4e89e7a682056b.zip |
Switch my ports to USES= tar:...
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 2ef5c39c21fb..76d74fe820d3 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -15,8 +15,7 @@ MAINTAINER= nox@FreeBSD.org COMMENT= QEMU CPU Emulator - development version HAS_CONFIGURE= yes -USE_BZIP2= yes -USES= gmake pkgconfig bison perl5 +USES= gmake pkgconfig bison perl5 tar:bzip2 USE_PERL5= build USE_PYTHON_BUILD= 2 USE_XORG= pixman |