diff options
Diffstat (limited to 'www')
-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. |