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/epiphany | |
parent | df93eea20dfec0f609e78e3b59dafe861f295d78 (diff) | |
download | freebsd-ports-graphics-beddfa71c491d5f0b2ebda068737ce75071730b4.tar.gz freebsd-ports-graphics-beddfa71c491d5f0b2ebda068737ce75071730b4.tar.zst freebsd-ports-graphics-beddfa71c491d5f0b2ebda068737ce75071730b4.zip |
Catch up with Mozilla 1.6.
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index e526add2d96..49d99303fc3 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -7,6 +7,7 @@ PORTNAME= epiphany PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -19,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.5" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.6" MOZILLA= mozilla-gtk2 HEADERS_SUFX= |