diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-12 12:41:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-12 12:41:32 +0000 |
commit | 1993117f186ac2e1c50a175554e624490ed77173 (patch) | |
tree | f88a5e96f8cfad11f9bc6fc24168eac13868ba33 | |
parent | I 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
-rw-r--r-- | www/galeon/Makefile | 2 | ||||
-rw-r--r-- | www/galeon2/Makefile | 2 |
2 files changed, 0 insertions, 4 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 diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 9fb9811909e4..e22c5fc90e11 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/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 |