diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-18 07:34:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-18 07:34:15 +0800 |
commit | 015c315ce2e94262c32b2126d4a01fc097870eb2 (patch) | |
tree | 512aea0de5a473e487203df13afb37a41a52f670 /www | |
parent | add569c3a39d24e515b855eafd26a936f13991b0 (diff) | |
download | marcuscom-ports-015c315ce2e94262c32b2126d4a01fc097870eb2.tar marcuscom-ports-015c315ce2e94262c32b2126d4a01fc097870eb2.tar.gz marcuscom-ports-015c315ce2e94262c32b2126d4a01fc097870eb2.tar.bz2 marcuscom-ports-015c315ce2e94262c32b2126d4a01fc097870eb2.tar.lz marcuscom-ports-015c315ce2e94262c32b2126d4a01fc097870eb2.tar.xz marcuscom-ports-015c315ce2e94262c32b2126d4a01fc097870eb2.tar.zst marcuscom-ports-015c315ce2e94262c32b2126d4a01fc097870eb2.zip |
Chase Mozilla 1.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1686 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-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 b526a230d..1ad71663c 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -7,6 +7,7 @@ PORTNAME= epiphany PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 @@ -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= |