Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 10:10:56 +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: r408360 - head/graphics/grads
Message-ID:  <201602071010.u17AAuuD011881@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Feb  7 10:10:56 2016
New Revision: 408360
URL: https://svnweb.freebsd.org/changeset/ports/408360

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

Modified:
  head/graphics/grads/Makefile

Modified: head/graphics/grads/Makefile
==============================================================================
--- head/graphics/grads/Makefile	Sun Feb  7 09:59:24 2016	(r408359)
+++ head/graphics/grads/Makefile	Sun Feb  7 10:10:56 2016	(r408360)
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libuduni
 LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd \
 		libpng.so:${PORTSDIR}/graphics/png
 
-USES=		jpeg
+USES=		jpeg ncurses
 GNU_CONFIGURE=		yes
 CONFIGURE_ENV+=		SUPPLIBS="${LOCALBASE}"
 CONFIGURE_ARGS+=	--enable-dyn-supplibs \



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