svn commit: r420740 - head/multimedia/xawtv

John Marino marino at FreeBSD.org
Tue Aug 23 19:54:53 UTC 2016


Author: marino
Date: Tue Aug 23 19:54:52 2016
New Revision: 420740
URL: https://svnweb.freebsd.org/changeset/ports/420740

Log:
  multimedia/xawtv: document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/multimedia/xawtv/Makefile

Modified: head/multimedia/xawtv/Makefile
==============================================================================
--- head/multimedia/xawtv/Makefile	Tue Aug 23 19:44:20 2016	(r420739)
+++ head/multimedia/xawtv/Makefile	Tue Aug 23 19:54:52 2016	(r420740)
@@ -19,7 +19,7 @@ OPTIONS_DEFINE_i386=	MMX
 OPTIONS_DEFAULT=	AALIB
 ZVBI_DESC=	Enable libzvbi support
 
-USES=		gmake iconv jpeg motif perl5 tar:bzip2 pkgconfig
+USES=		gmake iconv jpeg motif ncurses perl5 tar:bzip2 pkgconfig
 GNU_CONFIGURE=	yes
 USE_XORG=	x11 xaw
 CPPFLAGS+=	-I${WRKSRC}/common


More information about the svn-ports-all mailing list