diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 10:53:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 10:53:38 +0000 |
commit | e467cb1db54df71170364ee0a9dca38a32b11b0b (patch) | |
tree | 6cb6f0da787d4b67708abc802fa739d71222bbdc /emulators/mupen64plus-core | |
parent | 8ae25a440e4a7875b74a89f412b5029292e6d6f1 (diff) |
Notes
Diffstat (limited to 'emulators/mupen64plus-core')
-rw-r--r-- | emulators/mupen64plus-core/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common index ecf9544b1fea..a586d35afdbb 100644 --- a/emulators/mupen64plus-core/Makefile.common +++ b/emulators/mupen64plus-core/Makefile.common @@ -9,8 +9,8 @@ EXTRACT_AFTER_ARGS?= "${DISTNAME}/source/${PORTNAME}-core/*" \ "${DISTNAME}/source/${PORTNAME}${PKGNAMESUFFIX}/*" .if ${PKGNAMESUFFIX} == "-core" -LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libpng15.so:${PORTSDIR}/graphics/png .else PLIST= ${WRKDIR}/pkg-plist .endif @@ -20,11 +20,11 @@ MAN6= mupen64plus.6 .endif .if ${PKGNAMESUFFIX} == "-video-rice" -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png .endif .if ${PKGNAMESUFFIX} == "-video-glide64mk" -LIB_DEPENDS+= boost_thread:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS+= libboost_thread.so:${PORTSDIR}/devel/boost-libs .endif .if ${PKGNAMESUFFIX} != "-core" |