diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:30:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:30:32 +0000 |
commit | f7bb9e20782489fc6e22bb6c35c26051cb1d8c33 (patch) | |
tree | 7732ff10a8f89f28a77b19326981302bfb5beae7 /audio/rio500/Makefile | |
parent | 086f7dc00aa3fa9b201867614918f313f51535e9 (diff) | |
download | pkgsrc-f7bb9e20782489fc6e22bb6c35c26051cb1d8c33.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'audio/rio500/Makefile')
-rw-r--r-- | audio/rio500/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index e730fa2c250..405ba7d15ac 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/11/11 17:49:23 tron Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 13:30:49 wiz Exp $ # DISTNAME= rio500-0.7 @@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rio500/} MAINTAINER= ad@netbsd.org HOMEPAGE= http://rio500.sourceforge.net/ +COMMENT= Utilities to manage your Diamond Rio 500 MP3 player DEPENDS+= glib>=1.2.0:../../devel/glib |