diff options
author | wxs <wxs@FreeBSD.org> | 2010-07-27 09:25:20 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-07-27 09:25:20 +0800 |
commit | d4f67c76de09c0f7f8adcd9c0dbc3b4c9a328317 (patch) | |
tree | 755929e137be3448a756de099f164b8de2a9e363 /emulators/libspectrum | |
parent | fa79d6e0dd0b6166b1e84d1b3e39201fd0bbdb3f (diff) | |
download | freebsd-ports-gnome-d4f67c76de09c0f7f8adcd9c0dbc3b4c9a328317.tar.gz freebsd-ports-gnome-d4f67c76de09c0f7f8adcd9c0dbc3b4c9a328317.tar.zst freebsd-ports-gnome-d4f67c76de09c0f7f8adcd9c0dbc3b4c9a328317.zip |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r-- | emulators/libspectrum/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index c45dbe162212..2c413473ee98 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -7,13 +7,14 @@ PORTNAME= libspectrum PORTVERSION= 0.5.0.1 +PORTREVISION= 1 CATEGORIES= emulators devel MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} MAINTAINER= yuri.pankov@gmail.com COMMENT= Handling of ZX-Spectrum emulator files formats -LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt USE_GMAKE= yes USE_GNOME= glib20 |