diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-17 13:37:36 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-17 13:37:36 +0000 |
commit | 95b155ef70d035f37142ae4a59df67f9f9570cd0 (patch) | |
tree | a9a7e71d4d15e5dc528a69e65b65fb013bc4fbf8 /emulators/dolphin-emu | |
parent | ef443f5eb0e2672358d4cc0dfa0a3b6b21a73cc9 (diff) | |
download | ports-95b155ef70d035f37142ae4a59df67f9f9570cd0.tar.gz ports-95b155ef70d035f37142ae4a59df67f9f9570cd0.zip |
Notes
Diffstat (limited to 'emulators/dolphin-emu')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 2 |
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} |