diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-28 21:47:06 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2008-02-28 21:47:06 +0000 |
commit | 6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6 (patch) | |
tree | d4e8140a3268d4b95edcc447e1041c522c10e9fc /emulators/fuse | |
parent | 709504337377907c9d008b15083b549823461da5 (diff) | |
download | ports-6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6.tar.gz ports-6c7eeeeeb4a4c968dc21b2eab55f6e63bb8cb7d6.zip |
Notes
Diffstat (limited to 'emulators/fuse')
-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 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 |