diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-13 21:16:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-13 21:16:33 +0000 |
commit | 211e90b8fb3e0a967e2e9485ef08d40f076b9324 (patch) | |
tree | 1f5e0a0656b52f95c7b86f68f9117deae9cef3f1 /x11-fm/nautilus | |
parent | Use some black'n'hairy magick to resolve chiken'n'egg problem at hand: (diff) |
Add galeon into RUN_DEPENDS - we need it for HTML rendering.
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r-- | x11-fm/nautilus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 4138d51fb177..2611ee497d1a 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 \ LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ freetype.9:${PORTSDIR}/print/freetype2 \ eel.0:${PORTSDIR}/x11-toolkits/eel +RUN_DEPENDS= ${X11BASE}/share/gnome/ui/nautilus-galeon-view-ui.xml:${PORTSDIR}/www/galeon WITHOUT_MOZILLA= "Doesn't work with Mozilla-0.9.9" |