summaryrefslogtreecommitdiff
path: root/www/galeon
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-12 12:41:32 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-12 12:41:32 +0000
commit1993117f186ac2e1c50a175554e624490ed77173 (patch)
treef88a5e96f8cfad11f9bc6fc24168eac13868ba33 /www/galeon
parentI hate it that I have to make this port directly lib-depend on (diff)
Remove forceful WITH_FULL_MOZILLA - it now works with mozilla-embedded.
Notes
Notes: svn path=/head/; revision=41311
Diffstat (limited to 'www/galeon')
-rw-r--r--www/galeon/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index 9fb9811909e4..e22c5fc90e11 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -24,8 +24,6 @@ LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade \
RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA}
-WITH_FULL_MOZILLA= "I donno why, but it doesn't work with 0.7-embedded"
-
.if !defined(WITH_FULL_MOZILLA)
MOZILLA= mozilla-embedded
.else