aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/nautilus
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-01 11:48:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-01 11:48:35 +0000
commit6add111dabfe4b36dd600bd6e51a9790b1ef1167 (patch)
tree62bdbb0caaa9f96a5be2e0772246e8bb071e0db5 /x11-fm/nautilus
parentc11ee9aae224c9d8868ebb066590c16339da4e7e (diff)
downloadports-6add111dabfe4b36dd600bd6e51a9790b1ef1167.tar.gz
ports-6add111dabfe4b36dd600bd6e51a9790b1ef1167.zip
Reflect divorce of mozilla-embedded and mozilla-headers.
Notes
Notes: svn path=/head/; revision=37875
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r--x11-fm/nautilus/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
index 8db2a7b051b6..8a803bdcdbfe 100644
--- a/x11-fm/nautilus/Makefile
+++ b/x11-fm/nautilus/Makefile
@@ -22,7 +22,9 @@ LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \
.if defined(WITH_MOZILLA)
MOZILLA= mozilla-embedded
-BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA}
+BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \
+ ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA}
+RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA}
.endif
USE_GMAKE= yes
@@ -38,7 +40,7 @@ CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \
.if defined(WITH_MOZILLA)
CONFIGURE_ARGS+= --with-mozilla-lib-place=${X11BASE}/lib/${MOZILLA} \
- --with-mozilla-include-place=${X11BASE}/include/${MOZILLA}
+ --with-mozilla-include-place=${X11BASE}/include/mozilla
MOZILLA_LIBS= "-L${X11BASE}/lib/${MOZILLA}"
PLIST_SUB+= MOZILLA:=""
.else