summaryrefslogtreecommitdiff
path: root/devel/kscope
diff options
context:
space:
mode:
authorsbd <sbd>2012-02-08 04:01:06 +0000
committersbd <sbd>2012-02-08 04:01:06 +0000
commit9135bd49c823b8ee96eeeb3ec6cf9779bb17c037 (patch)
tree30c1b941622c44602daac3d3faba85d7510b6e4a /devel/kscope
parent21f665fb6e343b917f2158f58bd16cb27132832d (diff)
downloadpkgsrc-9135bd49c823b8ee96eeeb3ec6cf9779bb17c037.tar.gz
1) SET_LIBDIR=yes
2) USE_TOOLS+= bison
Diffstat (limited to 'devel/kscope')
-rw-r--r--devel/kscope/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/kscope/Makefile b/devel/kscope/Makefile
index ad3b782f60f..c9c7e69a002 100644
--- a/devel/kscope/Makefile
+++ b/devel/kscope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2012/02/06 12:39:52 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2012/02/08 04:01:06 sbd Exp $
#
DISTNAME= kscope-1.6.0
@@ -16,7 +16,10 @@ DEPENDS+= cscope>=15.6:../../devel/cscope
DEPENDS+= exctags>=5.5.4:../../devel/exctags
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake flex pkg-config
+SET_LIBDIR= yes
+USE_TOOLS+= gmake flex pkg-config bison
+
+CONFIGURE_ENV+= ac_cv_prog_HAVE_YACC=yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++