svn commit: r408360 - head/graphics/grads

John Marino marino at FreeBSD.org
Sun Feb 7 10:10:57 UTC 2016


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 \


More information about the svn-ports-all mailing list