diff options
author | wiz <wiz> | 2001-02-16 15:22:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:22:13 +0000 |
commit | 4a8a503bb648160a87419f17dea624c135dd8361 (patch) | |
tree | b5890a54c67bba8526cf5a60ca066d6a3cf5bfc8 /graphics/urt/Makefile | |
parent | 220325988af82dd6e1b8e09227eec26115852697 (diff) | |
download | pkgsrc-4a8a503bb648160a87419f17dea624c135dd8361.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'graphics/urt/Makefile')
-rw-r--r-- | graphics/urt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 4f30663eb35..e36a444a3e8 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/09/03 10:23:09 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2001/02/16 15:22:34 wiz Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp DISTNAME= urt @@ -12,6 +12,7 @@ PATCHFILES= urt-3.1b-3.1b1.patch PATCH_DIST_STRIP=-p1 MAINTAINER= packages@netbsd.org +COMMENT= Utah raster toolkit - a toolkit and library for raster image processing #DEPENDS+= tiff-*:../tiff # netpbm will pull in tiff. DEPENDS+= netpbm-9.*:../netpbm |