diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2009-01-06 13:01:11 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2009-01-06 13:01:11 +0000 |
commit | af765620869b214eca7ed00392a12bd6d5281c54 (patch) | |
tree | 5b295f52288dde78c75434d1f590afda4880a6c0 /emulators/fuse/Makefile | |
parent | d4d35efd5f26d639ce58889aed52a22c0569a4ca (diff) | |
download | ports-af765620869b214eca7ed00392a12bd6d5281c54.tar.gz ports-af765620869b214eca7ed00392a12bd6d5281c54.zip |
Notes
Diffstat (limited to 'emulators/fuse/Makefile')
-rw-r--r-- | emulators/fuse/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |