diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-12 19:34:35 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-12 19:34:35 +0000 |
commit | d045fcf56d463afc5140d4af985d36034a8625cd (patch) | |
tree | 8d16de29d32ce5f5841f3ab6ff7dddd51f566054 | |
parent | 72e39603db5de88df202e261c93c2fe749d4e482 (diff) | |
download | FreeBSD-ports-d045fcf56d463afc5140d4af985d36034a8625cd.zip FreeBSD-ports-d045fcf56d463afc5140d4af985d36034a8625cd.tar.gz |
Victims of Mozilla update to 0.9.9.
-rw-r--r-- | www/galeon/Makefile | 2 | ||||
-rw-r--r-- | www/galeon2/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/nautilus/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/nautilus2/Makefile | 2 |
4 files changed, 6 insertions, 2 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 0f13fbb..19055c5 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/ LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} -#BROKEN= "b0rken with Mozilla-0.9.1" +BROKEN= "b0rken with Mozilla-0.9.9" #WITH_FULL_MOZILLA= "Problems with missed scrollbars when linked with mozilla-embedded" diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 0f13fbb..19055c5 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/ LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} -#BROKEN= "b0rken with Mozilla-0.9.1" +BROKEN= "b0rken with Mozilla-0.9.9" #WITH_FULL_MOZILLA= "Problems with missed scrollbars when linked with mozilla-embedded" diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index e68d718..4138d51 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ freetype.9:${PORTSDIR}/print/freetype2 \ eel.0:${PORTSDIR}/x11-toolkits/eel +WITHOUT_MOZILLA= "Doesn't work with Mozilla-0.9.9" + .if !defined(WITHOUT_MOZILLA) .if !defined(WITH_FULL_MOZILLA) MOZILLA= mozilla-embedded diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index e68d718..4138d51 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ freetype.9:${PORTSDIR}/print/freetype2 \ eel.0:${PORTSDIR}/x11-toolkits/eel +WITHOUT_MOZILLA= "Doesn't work with Mozilla-0.9.9" + .if !defined(WITHOUT_MOZILLA) .if !defined(WITH_FULL_MOZILLA) MOZILLA= mozilla-embedded |