diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse/Makefile | 3 | ||||
-rw-r--r-- | emulators/libspectrum/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 96bd84e5a640..343d7220931a 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -7,6 +7,7 @@ PORTNAME= fuse PORTVERSION= 0.10.0.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF MASTER_SITE_SUBDIR= fuse-emulator @@ -15,7 +16,7 @@ MAINTAINER= yuri.pankov@gmail.com COMMENT= Free Unix (Sinclair ZX-)Spectrum Emulator LIB_DEPENDS= spectrum.7:${PORTSDIR}/emulators/libspectrum \ - gcrypt.15:${PORTSDIR}/security/libgcrypt + gcrypt.16:${PORTSDIR}/security/libgcrypt USE_GNOME= libxml2 glib20 gtk20 GNU_CONFIGURE= yes diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index c90d3207025a..9ebd5ecb72b5 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -7,6 +7,7 @@ PORTNAME= libspectrum PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= emulators devel MASTER_SITES= SF MASTER_SITE_SUBDIR= fuse-emulator @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= fuse-emulator MAINTAINER= yuri.pankov@gmail.com COMMENT= Handling of ZX-Spectrum emulator files formats -LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt USE_GMAKE= yes USE_GNOME= glib20 |