diff options
author | wiz <wiz> | 2001-02-16 13:30:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 13:30:32 +0000 |
commit | 1a921119dd7800c8643b301cf01c02647fdd018d (patch) | |
tree | 7732ff10a8f89f28a77b19326981302bfb5beae7 /audio/gdcd | |
parent | 735eb74eec9be0d73eb9d78dfa7ca9af58c0ab53 (diff) | |
download | pkgsrc-1a921119dd7800c8643b301cf01c02647fdd018d.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'audio/gdcd')
-rw-r--r-- | audio/gdcd/Makefile | 3 | ||||
-rw-r--r-- | audio/gdcd/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/gdcd/Makefile b/audio/gdcd/Makefile index acef127c7f2..3355123157b 100644 --- a/audio/gdcd/Makefile +++ b/audio/gdcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/01/13 12:32:04 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/16 13:30:41 wiz Exp $ # DISTNAME= gdcd-0.0.2 @@ -7,6 +7,7 @@ MASTER_SITES= http://cdcd.undergrid.net/gdcd/source_archive/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://cdcd.undergrid.net/gdcd/ +COMMENT= CD player for the X Window System using the GIMP Tool Kit (GTK) DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= imlib-*:../../graphics/imlib diff --git a/audio/gdcd/pkg/COMMENT b/audio/gdcd/pkg/COMMENT deleted file mode 100644 index 66db9a5afc1..00000000000 --- a/audio/gdcd/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -CD player for the X Window System using the GIMP Tool Kit (GTK) |