diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-12-21 18:20:24 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-12-21 18:20:24 +0000 |
commit | 9dfbb664c5fcc5e827d4ec83d41fd21b3f2ff6e6 (patch) | |
tree | e38ee7274118be83a0ce03aecd7f7fc35c2fbaa9 /devel/cscope | |
parent | Fix breakage if libgnugetopt is installed prior to building this (diff) |
cscope does not build with bison, so tell configure to use yacc.
Submitted by: nectar
Diffstat (limited to 'devel/cscope')
-rw-r--r-- | devel/cscope/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |