diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /print/gnome-print | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 3 | ||||
-rw-r--r-- | print/gnome-print/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 4468cdabc9c..5e216fa2ba4 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2000/12/17 09:28:23 rh Exp $ +# $NetBSD: Makefile,v 1.36 2001/02/17 17:51:43 wiz Exp $ # DISTNAME= gnome-print-0.25 @@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-print/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.levien.com/gnome/print-arch.html +COMMENT= Prototype implementation of the Gnome Printing Architecture DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs DEPENDS+= libxml>=1.8.5:../../textproc/libxml diff --git a/print/gnome-print/pkg/COMMENT b/print/gnome-print/pkg/COMMENT deleted file mode 100644 index 3b24e639917..00000000000 --- a/print/gnome-print/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Prototype implementation of the Gnome Printing Architecture |