1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Hrm... NO_MAN isn't supported in 4.X. Use NOMAN for now even though it

incurs a warning on 6.X: at least it compiles now.

Submitted by:	vs
Noticed by:	too many to count
This commit is contained in:
Sean Chittenden 2005-03-14 23:19:05 +00:00
parent d494861caa
commit 9c9c1a876c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131262

View File

@ -16,7 +16,7 @@ COMMENT= An LALR(1) parser generator. Similar in function to yacc and bison
USE_BZIP2= yes
do-build:
cd ${WRKSRC} && ${MAKE} PROG=lemon NO_MAN=1 \
cd ${WRKSRC} && ${MAKE} PROG=lemon NOMAN=1 \
CFLAGS="-g ${CFLAGS} -DLEMPAR='\"${PREFIX}/share/lemon/lempar.c\"'" \
-f /usr/share/mk/bsd.prog.mk