1) SET_LIBDIR=yes
2) USE_TOOLS+= bison
This commit is contained in:
parent
4df7ae4169
commit
8d1916d65c
1 changed files with 5 additions and 2 deletions
|
@ -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++
|
||||
|
|
Loading…
Reference in a new issue