svn commit: r426383 - in head/audio: pms squash tcd waon

John Marino marino at FreeBSD.org
Sat Nov 19 16:04:57 UTC 2016


Author: marino
Date: Sat Nov 19 16:04:55 2016
New Revision: 426383
URL: https://svnweb.freebsd.org/changeset/ports/426383

Log:
  audio: pms, squash, tcd, waon: Document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/audio/pms/Makefile
  head/audio/squash/Makefile
  head/audio/tcd/Makefile
  head/audio/waon/Makefile

Modified: head/audio/pms/Makefile
==============================================================================
--- head/audio/pms/Makefile	Sat Nov 19 15:56:53 2016	(r426382)
+++ head/audio/pms/Makefile	Sat Nov 19 16:04:55 2016	(r426383)
@@ -12,7 +12,7 @@ COMMENT=	ncurses-based client for the Mu
 
 LICENSE=	GPLv3
 
-USES=		gettext pkgconfig tar:bzip2
+USES=		gettext ncurses pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 

Modified: head/audio/squash/Makefile
==============================================================================
--- head/audio/squash/Makefile	Sat Nov 19 15:56:53 2016	(r426382)
+++ head/audio/squash/Makefile	Sat Nov 19 16:04:55 2016	(r426383)
@@ -18,7 +18,7 @@ LIB_DEPENDS+=	libFLAC.so:audio/flac \
 		libao.so:audio/libao
 RUN_DEPENDS=	id3v2:audio/id3v2
 
-USES=		tar:bzip2 gmake
+USES=		gmake ncurses tar:bzip2
 USE_RUBY=	yes
 MAKE_ARGS=	CC="${CC}"
 

Modified: head/audio/tcd/Makefile
==============================================================================
--- head/audio/tcd/Makefile	Sat Nov 19 15:56:53 2016	(r426382)
+++ head/audio/tcd/Makefile	Sat Nov 19 16:04:55 2016	(r426383)
@@ -12,6 +12,7 @@ COMMENT=	Simple, user-friendly ncurses-b
 
 LICENSE=	GPLv2
 
+USES=		ncurses
 USE_SDL=	sdl
 GNU_CONFIGURE=	yes
 

Modified: head/audio/waon/Makefile
==============================================================================
--- head/audio/waon/Makefile	Sat Nov 19 15:56:53 2016	(r426382)
+++ head/audio/waon/Makefile	Sat Nov 19 16:04:55 2016	(r426383)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libsndfile.so:audio/libsndfile \
 		libsamplerate.so:audio/libsamplerate
 
-USES=		pkgconfig
+USES=		ncurses pkgconfig
 USE_GNOME=	gtk20
 
 PLIST_FILES=	bin/waon bin/pv bin/gwaon \


More information about the svn-ports-all mailing list