svn commit: r407561 - head/graphics/libcaca

John Marino marino at FreeBSD.org
Sat Jan 30 23:52:33 UTC 2016


Author: marino
Date: Sat Jan 30 23:52:32 2016
New Revision: 407561
URL: https://svnweb.freebsd.org/changeset/ports/407561

Log:
  graphics/libcaca: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/graphics/libcaca/Makefile

Modified: head/graphics/libcaca/Makefile
==============================================================================
--- head/graphics/libcaca/Makefile	Sat Jan 30 23:32:14 2016	(r407560)
+++ head/graphics/libcaca/Makefile	Sat Jan 30 23:52:32 2016	(r407561)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://caca.zoy.org/raw-at
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	Graphics library that outputs text instead of pixels
 
-USES=		libtool pathfix pkgconfig
+USES=		libtool ncurses pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-doc \


More information about the svn-ports-head mailing list