diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-17 13:26:15 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-17 13:26:15 +0800 |
commit | beddfa71c491d5f0b2ebda068737ce75071730b4 (patch) | |
tree | f172a47b0c1ee5c3026093ab8a54d6d22a44930b /www/galeon2 | |
parent | df93eea20dfec0f609e78e3b59dafe861f295d78 (diff) | |
download | freebsd-ports-gnome-beddfa71c491d5f0b2ebda068737ce75071730b4.tar.gz freebsd-ports-gnome-beddfa71c491d5f0b2ebda068737ce75071730b4.tar.zst freebsd-ports-gnome-beddfa71c491d5f0b2ebda068737ce75071730b4.zip |
Catch up with Mozilla 1.6.
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 91dfddf90c78..65bca6982bb0 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -7,6 +7,7 @@ PORTNAME= galeon2 PORTVERSION= 1.3.11a +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://osdn.dl.sourceforge.net/sourceforge/galeon/ @@ -20,7 +21,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.5" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="trunk" MOZILLA= mozilla-gtk2 HEADERS_SUFX= |