diff options
author | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
commit | 589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88 (patch) | |
tree | 79fa91c3e74bfd9067d4aad5233757770c2ab50b /emulators | |
parent | ee3b6b0cf8b088e61fe1d2c1d79dbfda5a36a1c2 (diff) | |
download | freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.gz freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.zst freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.zip |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
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 |