diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-20 07:41:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-20 07:41:57 +0000 |
commit | 82dbe9021f5ad093eee7f8e6a1a99bff62111b45 (patch) | |
tree | 656d67807c418e775ca4b411d1101aa5f0e5d445 | |
parent | fd24afcf7794cce231dc3feaec39856d4c6b29dc (diff) | |
download | freebsd-ports-82dbe9021f5ad093eee7f8e6a1a99bff62111b45.zip |
Chase the mozilla-devel update.
-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= |