From 3c2fbff75fe8e893423eaf62926b51222452e516 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Mon, 17 Mar 2003 07:06:39 +0000 Subject: [PATCH] Current version of skipstone depends on mozilla version 1.0. Find it in the right place. Approved by: kris --- www/skipstone/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile index 40c6ff0acea4..7fe7e3c6fa10 100644 --- a/www/skipstone/Makefile +++ b/www/skipstone/Makefile @@ -13,13 +13,13 @@ MASTER_SITES= http://www.muhri.net/skipstone/ MAINTAINER= ports@FreeBSD.org COMMENT= Web browser that uses the mozilla-embedded renderer -BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \ - ${X11BASE}/lib/mozilla-embedded/libgtkembedmoz.so:${PORTSDIR}/www/mozilla-embedded -RUN_DEPENDS= ${X11BASE}/lib/mozilla-embedded/libgtkembedmoz.so:${PORTSDIR}/www/mozilla-embedded \ +BUILD_DEPENDS= ${X11BASE}/include/mozilla-vendor/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers-vendor \ + ${X11BASE}/lib/mozilla-embedded-vendor/libgtkembedmoz.so:${PORTSDIR}/www/mozilla-embedded-vendor +RUN_DEPENDS= ${X11BASE}/lib/mozilla-embedded-vendor/libgtkembedmoz.so:${PORTSDIR}/www/mozilla-embedded-vendor \ wget:${PORTSDIR}/ftp/wget GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-mozilla-includes=${X11BASE}/include/mozilla --with-mozilla-libs=${X11BASE}/lib/mozilla-embedded +CONFIGURE_ARGS= --with-mozilla-includes=${X11BASE}/include/mozilla-vendor --with-mozilla-libs=${X11BASE}/lib/mozilla-embedded-vendor USE_GNOMENG= yes USE_GNOME= gtk12