diff options
author | nia <nia@pkgsrc.org> | 2019-12-04 11:02:33 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-12-04 11:02:33 +0000 |
commit | 80dffee745d1412eb2467e82f059a30a90585406 (patch) | |
tree | 2decf4caf7b3d7bdd2f7cd6530801e342df8e193 /audio/Makefile | |
parent | 2b13470aa0e9803d1f1f61b1e161e7707315eaa5 (diff) | |
download | pkgsrc-80dffee745d1412eb2467e82f059a30a90585406.tar.gz |
Add audio/vimpc.
vimpc provides an alternative to other mpd clients (such as ncmpc) that
tries to provide an interface similar to that of the vi text editor.
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 29342c69b2c..d42b01a1915 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.577 2019/11/30 13:35:42 nia Exp $ +# $NetBSD: Makefile,v 1.578 2019/12/04 11:02:33 nia Exp $ # COMMENT= Audio tools @@ -461,6 +461,7 @@ SUBDIR+= twolame SUBDIR+= ubs SUBDIR+= vamp-plugin-sdk SUBDIR+= vcf +SUBDIR+= vimpc SUBDIR+= vorbis-tools SUBDIR+= vorbisgain SUBDIR+= wavesurfer |