summaryrefslogtreecommitdiff
path: root/x11-fm/nautilus2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-21 14:15:58 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-21 14:15:58 +0000
commit36ada1000c6fd1ca345940c251256983c6f4547f (patch)
treee72ab16cc594978b6775ccc84801d3e4fc5a6a69 /x11-fm/nautilus2
parentThe author fixed some bugs and released "Open WebMail 1.62 Release 20020221" (diff)
Respect WITH_FULL_MOZILLA, which allows nautilus be linked with www/mozilla
instead of www/mozilla-embedded.
Notes
Notes: svn path=/head/; revision=55033
Diffstat (limited to 'x11-fm/nautilus2')
-rw-r--r--x11-fm/nautilus2/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile
index 678fbb829c99..e07640ff5417 100644
--- a/x11-fm/nautilus2/Makefile
+++ b/x11-fm/nautilus2/Makefile
@@ -21,7 +21,11 @@ LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \
eel.0:${PORTSDIR}/x11-toolkits/eel
.if !defined(WITHOUT_MOZILLA)
+.if !defined(WITH_FULL_MOZILLA)
MOZILLA= mozilla-embedded
+.else
+MOZILLA= mozilla
+.endif
BUILD_DEPENDS+= ${X11BASE}/include/mozilla/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \
${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA}
RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA}
@@ -55,7 +59,14 @@ MAN1= nautilus-xml-migrate.1
.if !defined(WITHOUT_MOZILLA)
pre-extract:
- @${ECHO} "You can remove embedded mozilla support by defining WITHOUT_MOZILLA"
+.if !defined(WITH_FULL_MOZILLA)
+ @${ECHO_MSG}
+ @${ECHO_MSG} " By default the port uses mozilla-embedded for html rendering, but if you are"
+ @${ECHO_MSG} " planning to use both Mozilla and Nautilus you can instruct it to use mozilla by"
+ @${ECHO_MSG} " defining \"WITH_FULL_MOZILLA\"."
+ @${ECHO_MSG}
+.endif
+ @${ECHO_MSG} "You can remove embedded mozilla support by defining WITHOUT_MOZILLA."
.endif
pre-patch: