diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-20 15:41:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-20 15:41:57 +0800 |
commit | d6453bc34898026dfc201985b997d966092bd0e8 (patch) | |
tree | 33a575ada2b8f962dc3f50ce572aff5e8c67e114 /www | |
parent | 994ac014b32c810a584b1829632d908eafe93d35 (diff) | |
download | freebsd-ports-gnome-d6453bc34898026dfc201985b997d966092bd0e8.tar.gz freebsd-ports-gnome-d6453bc34898026dfc201985b997d966092bd0e8.tar.zst freebsd-ports-gnome-d6453bc34898026dfc201985b997d966092bd0e8.zip |
Chase the mozilla-devel update.
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 7f1c67b6ef73..6b285a984d1f 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -32,7 +32,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.7a" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="trunk" .else MOZILLA= mozilla HEADERS_SUFX= |