Fix build by depending on bison2 instead of bison1.

PR:		ports/97501
Submitted by:	maintainer
Approved by:	lawrance (mentor)
This commit is contained in:
Ion-Mihai Tetcu 2006-05-20 00:54:32 +00:00
parent 8d8a33c524
commit 362ad92f0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162843

View File

@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR=${PORTNAME}/
MAINTAINER= frank@exit.com
COMMENT= KDE front-end to Cscope
BUILD_DEPENDS+= bison:${PORTSDIR}/devel/bison
BUILD_DEPENDS+= bison2:${PORTSDIR}/devel/bison2
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags \
cscope:${PORTSDIR}/devel/cscope \