Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 23:51:13 +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: r426545 - in head: graphics/gle-graphics lang/p2c
Message-ID:  <201611192351.uAJNpDnR045728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Nov 19 23:51:13 2016
New Revision: 426545
URL: https://svnweb.freebsd.org/changeset/ports/426545

Log:
  lang/p2c, graphics/gle-graphics: Document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/graphics/gle-graphics/Makefile
  head/lang/p2c/Makefile

Modified: head/graphics/gle-graphics/Makefile
==============================================================================
--- head/graphics/gle-graphics/Makefile	Sat Nov 19 23:17:35 2016	(r426544)
+++ head/graphics/gle-graphics/Makefile	Sat Nov 19 23:51:13 2016	(r426545)
@@ -48,7 +48,8 @@ USE_GCC=	yes
 USE_GL=	yes
 USE_LDCONFIG=	yes
 USE_QT4=	gui moc network opengl rcc
-USES=	gmake pathfix
+USES=		gmake ncurses pathfix
+CPPFLAGS+=	-I${NCURSESINC}
 
 WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 

Modified: head/lang/p2c/Makefile
==============================================================================
--- head/lang/p2c/Makefile	Sat Nov 19 23:17:35 2016	(r426544)
+++ head/lang/p2c/Makefile	Sat Nov 19 23:51:13 2016	(r426545)
@@ -15,7 +15,7 @@ WRKSRC_SUBDIR=	src
 
 BROKEN_aarch64=	Fails to link: missing sbrk
 
-USES=		perl5 shebangfix
+USES=		perl5 ncurses shebangfix
 SHEBANG_FILES=	p2cc.perl
 perl_OLD_CMD=	/bin/perl
 USE_PERL5=	run



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