diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 08:21:10 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 08:21:10 +0800 |
commit | 20fad50a2d15acd8b67ebe9ac90601732e5896dc (patch) | |
tree | 17dfb83a48d58043193fc6b92dfe64322eb6db76 /emulators | |
parent | 80e446078e1791dbe6d4fd639a41e5f5801d6795 (diff) | |
download | freebsd-ports-gnome-20fad50a2d15acd8b67ebe9ac90601732e5896dc.tar.gz freebsd-ports-gnome-20fad50a2d15acd8b67ebe9ac90601732e5896dc.tar.zst freebsd-ports-gnome-20fad50a2d15acd8b67ebe9ac90601732e5896dc.zip |
Add explicit dependency on pkgconf (27 ports)
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 |