Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 13:50:47 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407637 - head/audio/vitunes
Message-ID:  <201601311350.u0VDolwC068599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601311350.u0VDolwC068599>