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/Makefile | |
parent | 2fe26720b8d649f89a6f9079c3358287f610fcaf (diff) |
Notes
Diffstat (limited to 'www/epiphany/Makefile')
-rw-r--r-- | www/epiphany/Makefile | 2 |
1 files changed, 2 insertions, 0 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 |