From 5e8cb142f456a023fd3b896d15318d87915a41ff Mon Sep 17 00:00:00 2001 From: tijl Date: Fri, 17 Apr 2015 13:37:36 +0000 Subject: Specify library version when depending on libpolarssl and switch ports to PolarSSL 1.3 when they fail to build with 1.2. --- emulators/dolphin-emu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index c13d5ebd5f27..a90637741ad9 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libfreetype.so:${PORTSDIR}/print/freetype2 \ liblzo2.so:${PORTSDIR}/archivers/lzo2 \ libSoundTouch.so:${PORTSDIR}/audio/soundtouch \ - libpolarssl.so:${PORTSDIR}/security/polarssl + libpolarssl.so.5:${PORTSDIR}/security/polarssl USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} -- cgit