aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-03-17 15:06:39 +0800
committerdemon <demon@FreeBSD.org>2003-03-17 15:06:39 +0800
commit01167c5978225a44e84c2cfe5622adc59be0ec0c (patch)
tree027b10ca19a50f79a8ab0fd7eb13c5c7e19dbd4d
parent9fb2932d1a28f679284337cf01d1b104b1d9201c (diff)
downloadfreebsd-ports-gnome-01167c5978225a44e84c2cfe5622adc59be0ec0c.tar.gz
freebsd-ports-gnome-01167c5978225a44e84c2cfe5622adc59be0ec0c.tar.zst
freebsd-ports-gnome-01167c5978225a44e84c2cfe5622adc59be0ec0c.zip
Current version of skipstone depends on mozilla version 1.0.
Find it in the right place. Approved by: kris
-rw-r--r--www/skipstone/Makefile8
1 files 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