aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-04-17 21:37:36 +0800
committertijl <tijl@FreeBSD.org>2015-04-17 21:37:36 +0800
commit5e8cb142f456a023fd3b896d15318d87915a41ff (patch)
treea9a7e71d4d15e5dc528a69e65b65fb013bc4fbf8 /emulators
parentf4362ee7b21be85a359a0e54a435a21cb7892b08 (diff)
downloadfreebsd-ports-gnome-5e8cb142f456a023fd3b896d15318d87915a41ff.tar.gz
freebsd-ports-gnome-5e8cb142f456a023fd3b896d15318d87915a41ff.tar.zst
freebsd-ports-gnome-5e8cb142f456a023fd3b896d15318d87915a41ff.zip
Specify library version when depending on libpolarssl and switch ports to
PolarSSL 1.3 when they fail to build with 1.2.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dolphin-emu/Makefile2
1 files changed, 1 insertions, 1 deletions
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}