diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-16 22:02:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-16 22:02:15 +0000 |
commit | 561b6f108d5e0c6bc0ca977082f5506f05b4ff00 (patch) | |
tree | dd6b241cfc2ecd12a0f731e792cd47e3475e5080 /www/epiphany | |
parent | Properly configure on FreeBSD/amd64. (diff) |
Update for Mozilla 1.4b.
Notes
Notes:
svn path=/head/; revision=81124
Diffstat (limited to '')
-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 f3a73020bb78..bf2458bd7f31 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -31,7 +31,7 @@ HEADERS_SUFX= .if ${WITH_MOZILLA}=="mozilla-devel-gtk2" MOZILLA= ${WITH_MOZILLA} HEADERS_SUFX= -devel -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.4a" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="trunk" .else MOZILLA= mozilla-gtk2 HEADERS_SUFX= |