aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-11-16 01:53:41 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2014-11-16 01:53:41 +0800
commitdf0048c1769481f210ae215f7c4a27b09dfe8799 (patch)
tree02a9db8833f0eb9493e6242e92aff3219631f93c /emulators
parent519a4358814da04963fe617b45b5716e5e166a74 (diff)
downloadfreebsd-ports-gnome-df0048c1769481f210ae215f7c4a27b09dfe8799.tar.gz
freebsd-ports-gnome-df0048c1769481f210ae215f7c4a27b09dfe8799.tar.zst
freebsd-ports-gnome-df0048c1769481f210ae215f7c4a27b09dfe8799.zip
Fix LIB_DEPENDS
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wxmupen64plus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile
index a76a905bb007..fa1f2a6f3bdf 100644
--- a/emulators/wxmupen64plus/Makefile
+++ b/emulators/wxmupen64plus/Makefile
@@ -13,7 +13,7 @@ DIST_SUBDIR= ${PORTNAME:S/wx//}
MAINTAINER= acm@FreeBSD.org
COMMENT= Mupen64Plus 2.0 GUI frontend written using wxWidgets
-LIB_DEPENDS= libmupen64plus.so:${PORTSDIR}/emulators/mupen64plus-core
+LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core
RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core \
${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:${PORTSDIR}/emulators/mupen64plus-audio-sdl \
${LOCALBASE}/lib/mupen64plus/mupen64plus-input-sdl.so:${PORTSDIR}/emulators/mupen64plus-input-sdl \