diff options
author | arved <arved@FreeBSD.org> | 2008-02-29 05:47:06 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-02-29 05:47:06 +0800 |
commit | 3768f91967897f0ff027a583d1dda5ef48854c72 (patch) | |
tree | 36bfdaee94013139b92d5186523da4cede34b055 /emulators | |
parent | 90d21f195f0c1abab9952286d19e88c4318850fb (diff) | |
download | freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.tar.gz freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.tar.zst freebsd-ports-gnome-3768f91967897f0ff027a583d1dda5ef48854c72.zip |
Chase libgcrypt library version
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 6f2a88b76c42..c09c030f3ce7 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -7,6 +7,7 @@ PORTNAME= fuse PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF MASTER_SITE_SUBDIR= fuse-emulator @@ -16,7 +17,7 @@ COMMENT= Free Unix (Sinclair ZX-)Spectrum Emulator LIB_DEPENDS= spectrum.6:${PORTSDIR}/emulators/libspectrum \ 765.4:${PORTSDIR}/emulators/lib765 \ - gcrypt.13:${PORTSDIR}/security/libgcrypt + gcrypt.15:${PORTSDIR}/security/libgcrypt USE_GNOME= libxml2 glib20 gtk20 GNU_CONFIGURE= yes diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 10d56b35c7ec..1c8c252f1fad 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -7,6 +7,7 @@ PORTNAME= libspectrum PORTVERSION= 0.4.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.13:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt USE_GMAKE= yes USE_GNOME= glib20 |