diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 2 | ||||
-rw-r--r-- | www/epiphany/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 64b9d4965b75..dca6122f4ceb 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -64,8 +64,10 @@ WITH_GNOME= yes .if ${HAVE_GNOME:Mnautilus2}!="" USE_GNOME+= nautilus2 CONFIGURE_ARGS+= --enable-nautilus-view +PLIST_SUB+= NAUTILUS="" .else CONFIGURE_ARGS+= --enable-nautilus-view=no +PLIST_SUB+= NAUTILUS="@comment " .endif .if ${OSVERSION} > 500000 diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index 7b23ab7e2071..d1e313df30f1 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -38,7 +38,7 @@ include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-statusbar.h include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-tab.h include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-window.h libdata/bonobo/servers/GNOME_Epiphany_Automation.server -libdata/bonobo/servers/GNOME_Epiphany_NautilusView.server +%%NAUTILUS%%libdata/bonobo/servers/GNOME_Epiphany_NautilusView.server libdata/pkgconfig/epiphany-1.2.pc %%DOCSDIR%%/ch01.html %%DOCSDIR%%/epiphany-ephy-cookie-manager.html |