diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-29 02:46:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-29 02:46:49 +0000 |
commit | cb725bfafa7e0677add1f6bca5f86f238f4f1268 (patch) | |
tree | 9ed6e486072d0dd2450d1792d140078c08c39a6e /www/epiphany | |
parent | 2fe26720b8d649f89a6f9079c3358287f610fcaf (diff) |
Notes
Diffstat (limited to 'www/epiphany')
-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 |