Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/audio/timidity/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/audio/timidity/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- pkgsrc/audio/timidity/Makefile 2002/08/31 13:01:59 1.35 +++ pkgsrc/audio/timidity/Makefile 2003/02/21 15:43:58 1.36 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2002/08/31 13:01:59 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2003/02/21 15:43:58 mycroft Exp $ # DISTNAME= TiMidity++-2.11.3 @@ -14,13 +14,14 @@ COMMENT= MIDI to WAV renderer and player GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-vt100 --enable-audio=sun,vorbis --disable-debug \ - --enable-gtk --enable-wrd \ + --enable-gtk --enable-wrd --enable-xaw --enable-ncurses \ --with-ogg-prefix="${BUILDLINK_DIR}/include" \ --with-vorbis-prefix="${BUILDLINK_DIR}/include" USE_BUILDLINK2= yes .include "../../audio/libvorbis/buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk"