From c1902c2b2e51d92eabbbf2cb3ee578352cad416d Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Wed, 9 Oct 2013 19:48:04 +0000 Subject: [PATCH] - Fix build Reported by: pkg-fallout --- emulators/mupen64plus-core/Makefile.common | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common index bcc510ab3689..ecf9544b1fea 100644 --- a/emulators/mupen64plus-core/Makefile.common +++ b/emulators/mupen64plus-core/Makefile.common @@ -24,9 +24,7 @@ LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png .endif .if ${PKGNAMESUFFIX} == "-video-glide64mk" -#USE_GCC= yes - -LIBDEPENDS+= boost_thread:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS+= boost_thread:${PORTSDIR}/devel/boost-libs .endif .if ${PKGNAMESUFFIX} != "-core"