diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-04 00:36:39 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-04 00:36:39 +0800 |
commit | e2ed082147d0baef1df737d3b0dc076b17baeeaf (patch) | |
tree | 0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /emulators/fuse/Makefile | |
parent | 10f2a435dce3442017cb96d33dd3217c90edfb6f (diff) | |
download | freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.gz freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.tar.zst freebsd-ports-gnome-e2ed082147d0baef1df737d3b0dc076b17baeeaf.zip |
Chase security/libgcrypt update
Diffstat (limited to 'emulators/fuse/Makefile')
-rw-r--r-- | emulators/fuse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index 1ecac2750648..58aa4cacfbc7 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -3,7 +3,7 @@ PORTNAME= fuse PORTVERSION= 1.0.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= spectrum.8:${PORTSDIR}/emulators/libspectrum \ png15:${PORTSDIR}/graphics/png \ - gcrypt.18:${PORTSDIR}/security/libgcrypt + gcrypt:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes USE_GNOME= libxml2 glib20 gtk20 |