aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:23:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:23:25 +0000
commite6ffa1f425ea668e859fae97edfd25a239614331 (patch)
tree255b3b2c0cd318aabd72e99ccb876cde204de6b7 /emulators
parent9f1b40e753cf899e58168a889a3df63c843fcb4a (diff)
downloadports-e6ffa1f425ea668e859fae97edfd25a239614331.tar.gz
ports-e6ffa1f425ea668e859fae97edfd25a239614331.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/raine/Makefile6
-rw-r--r--emulators/snes9x-gtk/Makefile2
-rw-r--r--emulators/stella/Makefile2
-rw-r--r--emulators/tpm-emulator/Makefile2
-rw-r--r--emulators/vba/Makefile2
-rw-r--r--emulators/wxmupen64plus/Makefile2
-rw-r--r--emulators/xsystem35/Makefile4
7 files changed, 10 insertions, 10 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile
index 55efa686e762..9231ff93b223 100644
--- a/emulators/raine/Makefile
+++ b/emulators/raine/Makefile
@@ -12,9 +12,9 @@ MAINTAINER= flz@FreeBSD.org
COMMENT= Arcade Emulator for M68000, M68020, and Z80 based hardware
BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm
-LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro \
- png15:${PORTSDIR}/graphics/png \
- vga.1:${PORTSDIR}/graphics/svgalib
+LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libvga.so:${PORTSDIR}/graphics/svgalib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile
index 5202e18a0d74..a219b712457b 100644
--- a/emulators/snes9x-gtk/Makefile
+++ b/emulators/snes9x-gtk/Makefile
@@ -12,7 +12,7 @@ DISTNAME= snes9x-1.53-src
MAINTAINER= root@cooltrainer.org
COMMENT= Super Nintendo Entertainment System(SNES) Emulator
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
USE_BZIP2= yes
USE_XORG= x11 sm ice xext
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile
index 57f25a05754c..eb10e0cb5f95 100644
--- a/emulators/stella/Makefile
+++ b/emulators/stella/Makefile
@@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= acm@FreeBSD.org
COMMENT= Multi-platform Atari 2600 VCS emulator
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/emulators/tpm-emulator/Makefile b/emulators/tpm-emulator/Makefile
index 8946811aabc6..fdc871820174 100644
--- a/emulators/tpm-emulator/Makefile
+++ b/emulators/tpm-emulator/Makefile
@@ -13,7 +13,7 @@ COMMENT= Trusted Platform Module (TPM) emulator
LICENSE= GPLv2
-LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
CONFLICTS= trousers-tddl-[0-9]*
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile
index 9c55fa46617f..ee2e1c0023bd 100644
--- a/emulators/vba/Makefile
+++ b/emulators/vba/Makefile
@@ -14,7 +14,7 @@ COMMENT= Open source Gameboy Advance emulator
LICENSE= GPLv2
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
USES= gettext gmake
GNU_CONFIGURE= yes
diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile
index 77f1d1703819..2e7c5eed818a 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= mupen64plus:${PORTSDIR}/emulators/mupen64plus-core
+LIB_DEPENDS= libmupen64plus.so:${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 \
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile
index 3f673cd432d8..85bb19223646 100644
--- a/emulators/xsystem35/Makefile
+++ b/emulators/xsystem35/Makefile
@@ -12,8 +12,8 @@ COMMENT= AliceSoft System 3.5/3.6/3.8/3.9 on X Window System
LICENSE= GPLv2 # (or later)
-LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \
- jpeg:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg
OPTIONS_DEFINE= ESOUND DOCS EXAMPLES