diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-04-04 05:48:11 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-04-04 05:48:11 +0000 |
commit | 582a24603ea79a1b9a312d50dd03f92f43ebf085 (patch) | |
tree | bc446642c2825b9c1648a32280f8a0869a6913fd /x11-fm | |
parent | Switch one last WITH_MENU_ENTRY to !WITHOUT_MENU_ENTRY (diff) |
- Chase libexif update
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=132411
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/nautilus2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index 3228b5f50c1a..332b022e6dc8 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -7,7 +7,7 @@ PORTNAME= nautilus2 PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.10 @@ -17,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME file manager and graphical shell developed by Eazel -LIB_DEPENDS= exif.10:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif USE_BZIP2= yes USE_GMAKE= yes |