Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2016 23:52:32 +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: r407561 - head/graphics/libcaca
Message-ID:  <201601302352.u0UNqW0K021324@repo.freebsd.org>

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



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