diff options
author | mycroft <mycroft@pkgsrc.org> | 2003-10-04 05:47:31 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2003-10-04 05:47:31 +0000 |
commit | b72ce7923c39b93040d9c024498f7549dd56f10f (patch) | |
tree | 78b5ea8f9a122d23121f06e6ab87a1372f675a55 /audio/timidity | |
parent | 3f8c0f94901ba81c6f2025be1bbf583f045d178a (diff) | |
download | pkgsrc-b72ce7923c39b93040d9c024498f7549dd56f10f.tar.gz |
These both install "timidity" executables.
Diffstat (limited to 'audio/timidity')
-rw-r--r-- | audio/timidity/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 588972dbeba..bd0fe412521 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2003/09/28 09:13:55 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2003/10/04 05:47:31 mycroft Exp $ # DISTNAME= TiMidity++-2.11.3 @@ -12,6 +12,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.goice.co.jp/member/mo/timidity/ COMMENT= MIDI to WAV renderer and player +CONFLICTS= kdemultimedia-[0-9]* + GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-vt100 --enable-audio=sun,vorbis --disable-debug \ --enable-gtk --enable-wrd --enable-xaw --enable-ncurses \ |