diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-01 03:46:54 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-01 03:46:54 +0800 |
commit | 250b6d8759e7924cbf408a6b080438bc5e0be8c3 (patch) | |
tree | 3914949a20b9e6d192c71c3e7edd7c26388fc4fc /www/epiphany-extensions | |
parent | 785256a0ef59e605cb502cd5ebeecffac14d04ca (diff) | |
download | marcuscom-ports-250b6d8759e7924cbf408a6b080438bc5e0be8c3.tar marcuscom-ports-250b6d8759e7924cbf408a6b080438bc5e0be8c3.tar.gz marcuscom-ports-250b6d8759e7924cbf408a6b080438bc5e0be8c3.tar.bz2 marcuscom-ports-250b6d8759e7924cbf408a6b080438bc5e0be8c3.tar.lz marcuscom-ports-250b6d8759e7924cbf408a6b080438bc5e0be8c3.tar.xz marcuscom-ports-250b6d8759e7924cbf408a6b080438bc5e0be8c3.tar.zst marcuscom-ports-250b6d8759e7924cbf408a6b080438bc5e0be8c3.zip |
Chase the Mozilla 1.7 update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2429 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions')
-rw-r--r-- | www/epiphany-extensions/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index a7cf6fe08..d19644413 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -7,6 +7,7 @@ PORTNAME= epiphany PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.1 @@ -25,7 +26,7 @@ RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany \ MOZILLA= mozilla HEADERS_SUFX= -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.6" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.7" .if !defined(WITH_MOZILLA) MOZILLA= mozilla @@ -34,7 +35,7 @@ HEADERS_SUFX= .if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2" MOZILLA= mozilla-devel HEADERS_SUFX= -devel -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.7rc2" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.8a" .else MOZILLA= mozilla HEADERS_SUFX= |