diff options
author | mva <mva@FreeBSD.org> | 2013-04-27 16:50:46 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-04-27 16:50:46 +0800 |
commit | 79452c6dc80b634c3ef9c985a517d911cf038f4a (patch) | |
tree | 5b8de344e457d5da2cf746d56e495a2ce03e1d99 /emulators/dolphin-emu-devel | |
parent | 6901fd0c6d72632658ac11df799e604b6039ac64 (diff) | |
download | freebsd-ports-gnome-79452c6dc80b634c3ef9c985a517d911cf038f4a.tar.gz freebsd-ports-gnome-79452c6dc80b634c3ef9c985a517d911cf038f4a.tar.zst freebsd-ports-gnome-79452c6dc80b634c3ef9c985a517d911cf038f4a.zip |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
Diffstat (limited to 'emulators/dolphin-emu-devel')
-rw-r--r-- | emulators/dolphin-emu-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/dolphin-emu-devel/Makefile b/emulators/dolphin-emu-devel/Makefile index 9c954915af65..ffbca9f5ab06 100644 --- a/emulators/dolphin-emu-devel/Makefile +++ b/emulators/dolphin-emu-devel/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ REVDATE= 20130415 -USE_ICONV= yes USE_SDL= sdl USE_OPENAL= yes USE_XORG= ice xext x11 xrandr @@ -37,7 +36,7 @@ DOS2UNIX_REGEX= .*\.(h|c|cpp) USE_GCC= 4.6+ .endif -USES= cmake pkgconfig +USES= cmake pkgconfig iconv CMAKE_BUILD_TYPE= Release # Disable ao (seems buggy) and ALSA (emulated) CMAKE_ARGS+= -DDISABLE_AO:BOOL=ON \ |