diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-19 03:44:15 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-19 03:44:15 +0000 |
commit | 2bab7fe11b0420b1b59fcf965f9492fd7b56dd4a (patch) | |
tree | bd8809518319c0c1c398e75aca59b7748ec904b6 /www/galeon2 | |
parent | 959ca1c749a2d02d6b578664da65c740695f9d50 (diff) | |
download | FreeBSD-ports-2bab7fe11b0420b1b59fcf965f9492fd7b56dd4a.zip FreeBSD-ports-2bab7fe11b0420b1b59fcf965f9492fd7b56dd4a.tar.gz |
Update Mozilla to 1.5, and adjust the dependent ports accordingly. Note,
mozilla-devel has not been updated since it would cause INDEX conflicts
with the GTK2 port.
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index ea3c0c4..2cacf60 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -7,7 +7,7 @@ PORTNAME= galeon2 PORTVERSION= 1.3.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//} @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${X11BASE}/include/mozilla${HEADERS_SUFX}/gtkembedmoz/gtkmozembed ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.4" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.5b" MOZILLA= mozilla-gtk2 HEADERS_SUFX= |