Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 18:25:44 +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: r426530 - head/devel/p5-Cdk
Message-ID:  <201611191825.uAJIPivf014515@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Nov 19 18:25:44 2016
New Revision: 426530
URL: https://svnweb.freebsd.org/changeset/ports/426530

Log:
  devel/p5-Cdk: Document and support ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/devel/p5-Cdk/Makefile

Modified: head/devel/p5-Cdk/Makefile
==============================================================================
--- head/devel/p5-Cdk/Makefile	Sat Nov 19 18:23:19 2016	(r426529)
+++ head/devel/p5-Cdk/Makefile	Sat Nov 19 18:25:44 2016	(r426530)
@@ -16,11 +16,11 @@ LICENSE=	BSD4CLAUSE
 
 LIB_DEPENDS=	libcdk.so:devel/cdk
 
-USES=		perl5 tar:tgz
+USES=		ncurses perl5 tar:tgz
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	pure_install
 
-CPPFLAGS+=	-I${LOCALBASE}/include
+CPPFLAGS+=	-I${LOCALBASE}/include -I${NCURSESINC}
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>



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