diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-01 14:48:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-01 14:48:02 +0000 |
commit | 612c03ab6533bcf8f197d23f8fa511f82c4dafaa (patch) | |
tree | 7a4b0de3e4822aa358069ea2323b797bde932d44 /audio/timidity | |
parent | 57ab5c286c30f161dac7fd882e8ab70bdd442a48 (diff) | |
download | pkgsrc-612c03ab6533bcf8f197d23f8fa511f82c4dafaa.tar.gz |
Fix weird CONFLICTS line.
Diffstat (limited to 'audio/timidity')
-rw-r--r-- | audio/timidity/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 38191f40351..f8a417f91e4 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2016/08/03 10:22:32 adam Exp $ +# $NetBSD: Makefile,v 1.101 2016/12/01 14:48:02 wiz Exp $ DISTNAME= TiMidity++-2.14.0 PKGNAME= ${DISTNAME:S/TiMidity++/timidity/} @@ -12,7 +12,7 @@ HOMEPAGE= http://timidity.sourceforge.net/ COMMENT= MIDI to WAV renderer and player LICENSE= gnu-gpl-v2 -CONFLICTS= kdemultimedia-2.*{,nb*} +CONFLICTS= kdemultimedia-2.* GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-vt100 |