diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-17 00:50:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-17 00:50:45 +0800 |
commit | 46361b16ca81cc95c7bd1f0ed61af3e58a76e803 (patch) | |
tree | 446b623773eebeccf3501b04ec3520cb6528c707 /www | |
parent | b19a80e629d8e187e14175228dfd6d27245fbeba (diff) | |
download | marcuscom-ports-46361b16ca81cc95c7bd1f0ed61af3e58a76e803.tar marcuscom-ports-46361b16ca81cc95c7bd1f0ed61af3e58a76e803.tar.gz marcuscom-ports-46361b16ca81cc95c7bd1f0ed61af3e58a76e803.tar.bz2 marcuscom-ports-46361b16ca81cc95c7bd1f0ed61af3e58a76e803.tar.lz marcuscom-ports-46361b16ca81cc95c7bd1f0ed61af3e58a76e803.tar.xz marcuscom-ports-46361b16ca81cc95c7bd1f0ed61af3e58a76e803.tar.zst marcuscom-ports-46361b16ca81cc95c7bd1f0ed61af3e58a76e803.zip |
Update mozilla-devel snapshot version to 1.7rc2. This isn't 100% correct,
but it's a more correct version that 1.7b.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2398 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany-extensions/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 5d11f7ad5..a7cf6fe08 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -34,7 +34,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.7b" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.7rc2" .else MOZILLA= mozilla HEADERS_SUFX= |