svn commit: r407637 - head/audio/vitunes

John Marino marino at FreeBSD.org
Sun Jan 31 13:50:48 UTC 2016


Author: marino
Date: Sun Jan 31 13:50:47 2016
New Revision: 407637
URL: https://svnweb.freebsd.org/changeset/ports/407637

Log:
  audio/vitunes: document ncurses requirement (USES+=ncurses)

Modified:
  head/audio/vitunes/Makefile

Modified: head/audio/vitunes/Makefile
==============================================================================
--- head/audio/vitunes/Makefile	Sun Jan 31 13:48:57 2016	(r407636)
+++ head/audio/vitunes/Makefile	Sun Jan 31 13:50:47 2016	(r407637)
@@ -18,6 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer
 LIB_DEPENDS=	libtag.so:${PORTSDIR}/audio/taglib
 
+USES=		ncurses
 ALL_TARGET=	vitunes
 PLIST_FILES=	bin/vitunes man/man1/${PORTNAME}.1.gz
 


More information about the svn-ports-all mailing list