diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:38:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:38:45 +0000 |
commit | acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b (patch) | |
tree | 651da5037b0f20c4a0f70a639fa0c0f659c951f1 /emulators/qemu-devel | |
parent | 428214143dfd45bd47a803ec9420f46886c780b5 (diff) |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Notes
Notes:
svn path=/head/; revision=217472
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index b884c690f544..da497ceb3f47 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -26,7 +26,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes PATCH_STRIP= -lp1 -MAKE_ENV+= BSD_MAKE="${MAKE}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ENV+= BSD_MAKE="${MAKE}" LDFLAGS="${LDFLAGS}" MAN1= qemu.1 qemu-img.1 ONLY_FOR_ARCHS= amd64 i386 CONFLICTS= qemu-[0-9]* |