diff options
Diffstat (limited to 'x11-fm/nautilus/Makefile')
| -rw-r--r-- | x11-fm/nautilus/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index a84dfbfd5..b3c0ab135 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -4,6 +4,7 @@ PORTNAME= nautilus PORTVERSION= 3.12.2 +PORTREVISION= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,15 +12,15 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= File manager for the GNOME desktop -BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ - ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas +BUILD_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ + gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ libnotify.so:${PORTSDIR}/devel/libnotify \ libexempi.so:${PORTSDIR}/textproc/exempi -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ - ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas +RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ + gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas -USES= desktop-file-utils gettext gmake libtool:keepla pathfix \ +USES= desktop-file-utils gettext gmake libtool pathfix \ pkgconfig shared-mime-info tar:xz USE_GNOME= gnomeprefix intlhack gnomedesktop3 libxml2 \ gvfs introspection:build @@ -29,6 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= LIBS="-pthread" CONFIGURE_ARGS= --disable-packagekit +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.nautilus.gschema.xml |
