diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-16 01:53:41 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-16 01:53:41 +0800 |
commit | 06ff635d55c9b6ee8dfe8e06a8460d151cd1f66d (patch) | |
tree | 02a9db8833f0eb9493e6242e92aff3219631f93c /emulators | |
parent | 6b2604798e37d19629a5b8db2ad09c9527950604 (diff) | |
download | freebsd-ports-gnome-06ff635d55c9b6ee8dfe8e06a8460d151cd1f66d.tar.gz freebsd-ports-gnome-06ff635d55c9b6ee8dfe8e06a8460d151cd1f66d.tar.zst freebsd-ports-gnome-06ff635d55c9b6ee8dfe8e06a8460d151cd1f66d.zip |
Fix LIB_DEPENDS
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wxmupen64plus/Makefile | 2 |
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 \ |