summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:01:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-15 19:01:29 +0000
commitc2de53da32b1bca69e3fbdd166ce348387b2426a (patch)
treeb84cb14a695dc92ea1105477376b5f89c19cc5f6 /www
parentBegin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All (diff)
Remove nautilus support now that Nautilus has been removed from the tree.
Notes
Notes: svn path=/head/; revision=84933
Diffstat (limited to 'www')
-rw-r--r--www/galeon/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index b16c412c6b1d..a3e971a3a222 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -58,15 +58,6 @@ FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1
.include <bsd.port.pre.mk>
-.if exists(${X11BASE}/lib/libnautilus.so.0)
-WITH_NAUTILUS= yes
-.endif
-
-.if defined(WITH_NAUTILUS)
-LIB_DEPENDS+= nautilus.0:${PORTSDIR}/x11-fm/nautilus
-CONFIGURE_ARGS+= --enable-nautilus-view
-.endif
-
.if ${OSVERSION} > 500000
# Galeon does not build correctly in -CURRENT if -Werror is passed
# to the compiler.