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/timidity/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/timidity/Makefile')
-rw-r--r-- | audio/timidity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 5f8abe13f11..dae1ac21980 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2000/12/17 01:37:40 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2001/02/16 13:30:50 wiz Exp $ # DISTNAME= TiMidity++-2.10.2 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.goice.co.jp/member/mo/timidity/ +COMMENT= MIDI to WAV renderer and player DEPENDS+= gtk+>=1.2.8:../../x11/gtk |