diff options
Diffstat (limited to 'www/galeon/Makefile')
-rw-r--r-- | www/galeon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 86598b19ddc..5eccbfbba5e 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2001/10/17 06:10:08 tron Exp $ +# $NetBSD: Makefile,v 1.16 2001/10/26 16:02:01 taya Exp $ -DISTNAME= galeon-0.12.3 +DISTNAME= galeon-0.12.5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/} @@ -9,7 +9,7 @@ HOMEPAGE= http://galeon.sourceforge.net/ COMMENT= GNOME web browser based on gecko (mozilla rendering engine) BUILD_DEPENDS+= xml-i18n-tools>=0.8.1:../../textproc/xml-i18n-tools -DEPENDS+= mozilla>=0.9.4:../mozilla +DEPENDS+= mozilla>=0.9.5:../mozilla USE_X11BASE= yes USE_GMAKE= yes |