From 9dfbb664c5fcc5e827d4ec83d41fd21b3f2ff6e6 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Sat, 21 Dec 2002 18:20:24 +0000 Subject: cscope does not build with bison, so tell configure to use yacc. Submitted by: nectar --- devel/cscope/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/cscope') diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index 44be11f7e5a2..334fa69afa8c 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= petef@FreeBSD.org GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-yacc MAN1= cscope.1 -- cgit v1.2.3