diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 2 | ||||
-rw-r--r-- | emulators/uae/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 13eaf99a9030..3d60c321ac7e 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -74,7 +74,7 @@ VMX_DESC= Enable Virtialization extensions VOODOO_DESC= Enable 3dfx Voodoo Graphics emulation X86_64_DESC= Enable x86-64 instructions support -USE_GMAKE= yes +USES= gmake pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ENV= ac_cv_header_alsa_asoundlib_h=no CONFIGURE_ARGS= --disable-docbook --disable-instrumentation diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 7b22aaf1b8ab..148125845dee 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 CONFLICTS= e-uae-[0-9]* USE_BZIP2= yes -USES= gmake +USES= gmake pkgconfig USE_AUTOTOOLS= autoconf CONFIGURE_ARGS= --enable-sound USE_GNOME= gtk20 |