diff options
author | reinoud <reinoud@pkgsrc.org> | 2002-11-19 20:58:03 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2002-11-19 20:58:03 +0000 |
commit | 9590ce787db40655cf8d92a056f049e59aeae0a1 (patch) | |
tree | a778325063c772b47191d058ca17a0c3c8b8619e /www/amaya/Makefile | |
parent | 8eeac0bae5e0e58678f9d2e6f3baf70ac7b71f47 (diff) | |
download | pkgsrc-9590ce787db40655cf8d92a056f049e59aeae0a1.tar.gz |
Update the Amaya package from version 5.3 to 6.4. Main advantages are SVG
graphics rendering bonus and its more stable on my Alpha.
There are some issues with libPNG file loading but those are the same the
old version had; probably related to running on the Alpha.
Diffstat (limited to 'www/amaya/Makefile')
-rw-r--r-- | www/amaya/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile index 7dc7d59ece4..69c1513fb2b 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2002/08/25 21:51:42 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2002/11/19 20:58:03 reinoud Exp $ -DISTNAME= amaya-src-5.1 -PKGNAME= amaya-5.1 -PKGREVISION= 1 +DISTNAME= amaya-src-6.4 +PKGNAME= amaya-6.4 +#PKGREVISION= 1 WRKSRC= ${WRKDIR}/Amaya/work CATEGORIES= www MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \ |