diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-04 17:06:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-04 17:06:33 +0800 |
commit | 844a7cb2b032aefa6899abe2c523484376af25bd (patch) | |
tree | 2cbe66751eed651fb02ed55f2d8bf3685543b1df /emulators | |
parent | 1e0af7401d09b766a5d680e70966f4fa49f82169 (diff) | |
download | freebsd-ports-gnome-844a7cb2b032aefa6899abe2c523484376af25bd.tar.gz freebsd-ports-gnome-844a7cb2b032aefa6899abe2c523484376af25bd.tar.zst freebsd-ports-gnome-844a7cb2b032aefa6899abe2c523484376af25bd.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 802cabd95c4a..54bbfd5c5b04 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -13,7 +13,7 @@ MAINTAINER= nox@FreeBSD.org COMMENT= QEMU CPU Emulator HAS_CONFIGURE= yes -USES= gmake perl5 compiler:features +USES= cpe gmake perl5 compiler:features USE_PERL5= build PATCH_STRIP= -p1 MAKE_ENV+= BSD_MAKE="${MAKE}" |