diff options
Diffstat (limited to 'emulators/fuse')
-rw-r--r-- | emulators/fuse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index dafb985fdc0a..92ff600f6eb4 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -13,7 +13,7 @@ COMMENT= Free Unix (Sinclair ZX-)Spectrum Emulator LICENSE= GPLv2 LIB_DEPENDS= libspectrum.so:${PORTSDIR}/emulators/libspectrum \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libgcrypt.so:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes |