diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-30 03:22:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-30 03:22:12 +0800 |
commit | 654af55e5113ed704076f3d095f66d75037a1036 (patch) | |
tree | 57ca4764d1158edd1d8c3c476096651d536db2d6 /www/firefox/Makefile | |
parent | 8a50c9da222625de91a6ecbb8dd1022b299b0b40 (diff) | |
download | freebsd-ports-gnome-654af55e5113ed704076f3d095f66d75037a1036.tar.gz freebsd-ports-gnome-654af55e5113ed704076f3d095f66d75037a1036.tar.zst freebsd-ports-gnome-654af55e5113ed704076f3d095f66d75037a1036.zip |
Update to 0.6.1. This is mainly a bug fix release according to the release
notes at http://www.mozilla.org/projects/firebird/release-notes.html,
but it went from being based on Mozilla 1.4b to 1.5a.
Note, the master site may be temporary. The source tarball at
${MASTER_SITE_MOZILLA} was missing some key bits that prevented compilation.
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index de18965f972d..2e9eca7d9598 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -6,11 +6,14 @@ # PORTNAME= firebird -PORTVERSION= 0.6 +PORTVERSION= 0.6.1 CATEGORIES= www -MASTER_SITES= http://komodo.mozilla.org/pub/firebird/releases/${PORTVERSION}/ +#MASTER_SITES= ${MASTER_SITE_MOZILLA} +#MASTER_SITE_SUBDIR= firebird/releases/${PORTVERSION} +MASTER_SITES= http://pryan.org/firebird/pryan/ PKGNAMEPREFIX= mozilla- -DISTNAME= MozillaFirebird-${PORTVERSION}-source +#DISTNAME= MozillaFirebird-source-${PORTVERSION} +DISTNAME= MozillaFirebird-${PORTVERSION}-source-pryan MAINTAINER= gnome@FreeBSD.org COMMENT= Mozilla Firebird is the next generation browser from the mozilla.org project @@ -31,6 +34,7 @@ USE_GMAKE= yes USE_PERL5= yes USE_REINPLACE= yes HAS_CONFIGURE= yes +ALL_TARGET= default .if defined(WITH_GTK2) USE_GNOME= gtk20 libidl |