diff options
author | pav <pav@FreeBSD.org> | 2007-05-27 23:25:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-27 23:25:47 +0800 |
commit | b5bfb32288db5fbaa78ee04311022c4e9783ca1e (patch) | |
tree | 78d6bd162f9585be5f343e861311219e8b5eac70 /x11-fm/nautilus | |
parent | 427c098d00a0a1f08c407fb2485d7b42b0bef73f (diff) | |
download | freebsd-ports-gnome-b5bfb32288db5fbaa78ee04311022c4e9783ca1e.tar.gz freebsd-ports-gnome-b5bfb32288db5fbaa78ee04311022c4e9783ca1e.tar.zst freebsd-ports-gnome-b5bfb32288db5fbaa78ee04311022c4e9783ca1e.zip |
- Chase libexif update
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r-- | x11-fm/nautilus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 6292624c82d9..2f30af77bb30 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -8,7 +8,7 @@ PORTNAME= nautilus PORTVERSION= 2.18.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -17,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= File manager for the GNOME desktop -LIB_DEPENDS= exif.13:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif INSTALLS_ICONS= yes USE_BZIP2= yes |