diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-13 03:34:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-13 03:34:35 +0800 |
commit | d045fcf56d463afc5140d4af985d36034a8625cd (patch) | |
tree | 8d16de29d32ce5f5841f3ab6ff7dddd51f566054 /x11-fm/nautilus | |
parent | 72e39603db5de88df202e261c93c2fe749d4e482 (diff) | |
download | freebsd-ports-graphics-d045fcf56d463afc5140d4af985d36034a8625cd.tar.gz freebsd-ports-graphics-d045fcf56d463afc5140d4af985d36034a8625cd.tar.zst freebsd-ports-graphics-d045fcf56d463afc5140d4af985d36034a8625cd.zip |
Victims of Mozilla update to 0.9.9.
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r-- | x11-fm/nautilus/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index e68d7188193..4138d51fb17 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 |