Index: Makefile =================================================================== --- Makefile (revision 516206) +++ Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= godot DISTVERSION= 3.1.1 DISTVERSIONSUFFIX= -stable -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel games MAINTAINER= FreeBSD@Shaneware.biz @@ -16,16 +16,16 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.txt BROKEN_armv6= tries to build NEON files without -march=armv7-a -mfpu=neon -BROKEN_powerpc64= fails to compile: inv_txfm_sse2.h:14:32: emmintrin.h: No such file or directory BUILD_DEPENDS= yasm:devel/yasm LIB_DEPENDS= libfreetype.so:print/freetype2 \ - libpng.so:graphics/png + libpng.so:graphics/png \ + libvpx.so:multimedia/libvpx RUN_DEPENDS= xdg-user-dir:devel/xdg-user-dirs \ xdg-open:devel/xdg-utils \ xmessage:x11/xmessage -USES= compiler:c++14-lang pkgconfig scons ssl +USES= compiler:c++14-lang gl pkgconfig scons ssl xorg USE_XORG= x11 xcursor xi xinerama xrandr xrender USE_GL= gl glew glu @@ -32,7 +32,7 @@ USE_GITHUB= yes GH_ACCOUNT= godotengine -MAKE_ARGS+= platform=x11 builtin_libpng=False builtin_openssl=False verbose=True +MAKE_ARGS+= platform=x11 builtin_libpng=False builtin_libvpx=False builtin_openssl=False verbose=True MAKE_ARGS+= ${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}} MAKE_ARGS_clang= use_llvm=True CXXFLAGS+= -DRTAUDIO_ENABLED