svn commit: r426530 - head/devel/p5-Cdk

John Marino marino at FreeBSD.org
Sat Nov 19 18:25:46 UTC 2016


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>


More information about the svn-ports-all mailing list