diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-26 11:08:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-26 11:08:19 +0800 |
commit | 157bb217a9b5c5410ba9a0261a8fe9f9dc39f1a2 (patch) | |
tree | cfccaf963983a12cb97db250ae97bdb2e303cf23 /www/epiphany | |
parent | 6e14c6393b3116bf5e2dc4203a97407395d7b95a (diff) | |
download | freebsd-ports-graphics-157bb217a9b5c5410ba9a0261a8fe9f9dc39f1a2.tar.gz freebsd-ports-graphics-157bb217a9b5c5410ba9a0261a8fe9f9dc39f1a2.tar.zst freebsd-ports-graphics-157bb217a9b5c5410ba9a0261a8fe9f9dc39f1a2.zip |
Catch up with the latest mozilla-devel.
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 8d54ac19615..7a3453e1d54 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -31,7 +31,7 @@ HEADERS_SUFX= .if ${WITH_MOZILLA}=="mozilla-devel-gtk2" || ${WITH_MOZILLA}=="mozilla-devel" MOZILLA= ${WITH_MOZILLA} HEADERS_SUFX= -devel -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.6b" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="trunk" .else MOZILLA= mozilla HEADERS_SUFX= |