diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-15 19:01:29 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-15 19:01:29 +0000 |
commit | 62edf6f2c2ec99c4e61654d46c0f0bbbd642fb43 (patch) | |
tree | 78daa557d4920aee5b95f3f5dab84b769aaafdb6 /www/galeon | |
parent | 5f2e2cf367d26f5de1f7363919466d653e029985 (diff) | |
download | FreeBSD-ports-62edf6f2c2ec99c4e61654d46c0f0bbbd642fb43.zip FreeBSD-ports-62edf6f2c2ec99c4e61654d46c0f0bbbd642fb43.tar.gz |
Remove nautilus support now that Nautilus has been removed from the tree.
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 b16c412..a3e971a 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. |