diff options
author | wiz <wiz@pkgsrc.org> | 2001-08-03 09:43:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-08-03 09:43:18 +0000 |
commit | b0ecb8d9191b2732248a47f2a374e60a99384cc4 (patch) | |
tree | 6c29fe00fc9ae4ed39c7e357c4926a9fd54e0e4c /graphics/xart/Makefile | |
parent | e1d55fb7ab8538520fc41701e5a7a74e860bbf2b (diff) | |
download | pkgsrc-b0ecb8d9191b2732248a47f2a374e60a99384cc4.tar.gz |
Adapt png handling to latest spec. Requested in pkg/13597.
Diffstat (limited to 'graphics/xart/Makefile')
-rw-r--r-- | graphics/xart/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile index 4d92ddd7fc9..0964050307e 100644 --- a/graphics/xart/Makefile +++ b/graphics/xart/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.20 2001/06/25 23:58:32 zuntum Exp $ +# $NetBSD: Makefile,v 1.21 2001/08/03 09:43:18 wiz Exp $ # DISTNAME= xart19980415 PKGNAME= xart-19980415 CATEGORIES= graphics x11 -MASTER_SITES= http://www.cqi.com/~humbubba/linux/ +MASTER_SITES= http://linux01.gwdg.de/~rhohen/linux/ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.cqi.com/~humbubba/linux.html +HOMEPAGE= http://linux01.gwdg.de/~rhohen/linux.html COMMENT= Paint program (enhanced xpaint) USE_BUILDLINK_ONLY=YES |