Fix problem in the configuration of Cscope support.

Submitted by:	Marc Olzheim <marcolz@stack.nl>
This commit is contained in:
David E. O'Brien 2004-03-14 22:46:03 +00:00
parent 50314dc6a3
commit e09fa49c9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104018

View file

@ -69,7 +69,7 @@ WITHOUT_X11= yes
.if defined(WITH_CSCOPE)
RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope
CSCOPE_ARG= --enable-cscope
MAKE_ARGS+= CONF_OPT_CSCOPE="--enable-cscope"
.endif
.if defined(WITH_PYTHON)