aboutsummaryrefslogtreecommitdiff
path: root/emulators/mupen64plus-core/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/mupen64plus-core/Makefile.common')
-rw-r--r--emulators/mupen64plus-core/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common
index 9ade56357976..7505cfe3b129 100644
--- a/emulators/mupen64plus-core/Makefile.common
+++ b/emulators/mupen64plus-core/Makefile.common
@@ -11,13 +11,13 @@ EXTRACT_AFTER_ARGS?= "${DISTNAME}/source/${PORTNAME}-core/*" \
.if ${PKGNAMESUFFIX} == "-core"
LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 \
- libpng15.so:${PORTSDIR}/graphics/png
+ libpng.so:${PORTSDIR}/graphics/png
.else
PLIST= ${WRKDIR}/pkg-plist
.endif
.if ${PKGNAMESUFFIX} == "-video-rice"
-LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png
.endif
.if ${PKGNAMESUFFIX} == "-video-glide64mk"