diff options
author | demon <demon@FreeBSD.org> | 2003-03-17 15:06:39 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-03-17 15:06:39 +0800 |
commit | 01167c5978225a44e84c2cfe5622adc59be0ec0c (patch) | |
tree | 027b10ca19a50f79a8ab0fd7eb13c5c7e19dbd4d | |
parent | 9fb2932d1a28f679284337cf01d1b104b1d9201c (diff) | |
download | freebsd-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/Makefile | 8 |
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 |