diff options
Diffstat (limited to 'devel/cook/Makefile')
-rw-r--r-- | devel/cook/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 9ca46053a6bf..89636f335396 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -15,7 +15,8 @@ MAINTAINER= ports@freebsd.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \ + YACC=yacc MAN1= c_incl.1 cook.1 cook_bom.1 cook_lic.1 cook_rsh.1 cookfp.1 cooktime.1 \ find_libs.1 make2cook.1 roffpp.1 |