diff options
Diffstat (limited to 'x11-fm/nautilus/Makefile')
-rw-r--r-- | x11-fm/nautilus/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index e6dd409db450..5f501e1755a8 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -3,18 +3,17 @@ # Whom: ade, archie # # $FreeBSD$ -# $MCom: ports-stable/x11-fm/nautilus/Makefile,v 1.2 2008/03/31 00:51:45 ahze Exp $ +# $MCom: ports/x11-fm/nautilus/Makefile,v 1.171 2008/11/25 01:09:55 marcus Exp $ # PORTNAME= nautilus -PORTVERSION= 2.22.5.1 -PORTREVISION= 1 +PORTVERSION= 2.24.2 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= File manager for the GNOME desktop +COMMENT?= File manager for the GNOME desktop LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif @@ -39,6 +38,9 @@ OPTIONS= TRACKER "Enable Tracker Search (sysutils/tracker)" Off GCONF_SCHEMAS= apps_nautilus_preferences.schemas +MAN1= nautilus-connect-server.1 nautilus-file-management-properties.1 \ + nautilus.1 + .include <bsd.port.pre.mk> .if defined(WITH_TRACKER) |