aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-11-20 02:25:44 +0800
committermarino <marino@FreeBSD.org>2016-11-20 02:25:44 +0800
commit1cc164b767976b2d03375b2cdf205d1cfd790862 (patch)
treecf4d8c51723b931732b825f1e462dd554946252a /devel
parent461c54716550b3609f41e2d7ad5746a7b74ba07b (diff)
downloadfreebsd-ports-gnome-1cc164b767976b2d03375b2cdf205d1cfd790862.tar.gz
freebsd-ports-gnome-1cc164b767976b2d03375b2cdf205d1cfd790862.tar.zst
freebsd-ports-gnome-1cc164b767976b2d03375b2cdf205d1cfd790862.zip
devel/p5-Cdk: Document and support ncurses requirement
Approved by: ncurses blanket
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Cdk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Cdk/Makefile b/devel/p5-Cdk/Makefile
index 4d903e5d8e6a..1212dbe4930f 100644
--- a/devel/p5-Cdk/Makefile
+++ b/devel/p5-Cdk/Makefile
@@ -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>