diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-14 07:09:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-14 07:09:10 +0800 |
commit | 2249e66c7afadb502291fc9119d8d07137d72011 (patch) | |
tree | 5e1efc3e3d24424873d1305c9d44afdae15c45bf /emulators/mupen64plus-video-z64 | |
parent | feadac2c003eba9b3034d21f54e7433ae5298815 (diff) | |
download | freebsd-ports-graphics-2249e66c7afadb502291fc9119d8d07137d72011.tar.gz freebsd-ports-graphics-2249e66c7afadb502291fc9119d8d07137d72011.tar.zst freebsd-ports-graphics-2249e66c7afadb502291fc9119d8d07137d72011.zip |
Modernize LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'emulators/mupen64plus-video-z64')
-rw-r--r-- | emulators/mupen64plus-video-z64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64plus-video-z64/Makefile b/emulators/mupen64plus-video-z64/Makefile index cd749656dee..31476c66c00 100644 --- a/emulators/mupen64plus-video-z64/Makefile +++ b/emulators/mupen64plus-video-z64/Makefile @@ -6,7 +6,7 @@ DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}.0${EXTRACT_SUFX}:plugi COMMENT= Low-level RDP plugin for the Mupen64Plus -LIB_DEPENDS= mupen64plus.2:${PORTSDIR}/emulators/mupen64plus-core +LIB_DEPENDS= libmupen64plus.so.2:${PORTSDIR}/emulators/mupen64plus-core USE_GL= gl glu glew USE_SDL= yes |