diff options
-rw-r--r-- | emulators/mupen64plus-core/Makefile.common | 4 |
1 files changed, 1 insertions, 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" |