diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:01:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:01:29 +0000 |
commit | c2de53da32b1bca69e3fbdd166ce348387b2426a (patch) | |
tree | b84cb14a695dc92ea1105477376b5f89c19cc5f6 /www/galeon | |
parent | d6738dfca26e905ad2ab06dc158dd3f92c9424b8 (diff) | |
download | ports-c2de53da32b1bca69e3fbdd166ce348387b2426a.tar.gz ports-c2de53da32b1bca69e3fbdd166ce348387b2426a.zip |
Remove nautilus support now that Nautilus has been removed from the tree.
Notes
Notes:
svn path=/head/; revision=84933
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 9 |
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. |