Add USE_BISON, because port having problems building itself using byacc.

Submitted by:	bento
This commit is contained in:
Maxim Sobolev 2001-12-19 11:19:01 +00:00
parent 260688534e
commit 19cd7328dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51825
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@ RUN_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}
.endif
USE_X_PREFIX= yes
USE_BISON= yes
USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
@ -30,6 +31,7 @@ LIBS= -L${LOCALBASE}/lib
.if defined(WITHOUT_PILOT)
CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
.else
CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot
CPPFLAGS+= -I${LOCALBASE}/pilot/include
LIBS+= -L${LOCALBASE}/pilot/lib
.endif

View File

@ -21,6 +21,7 @@ RUN_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}
.endif
USE_X_PREFIX= yes
USE_BISON= yes
USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
@ -30,6 +31,7 @@ LIBS= -L${LOCALBASE}/lib
.if defined(WITHOUT_PILOT)
CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
.else
CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot
CPPFLAGS+= -I${LOCALBASE}/pilot/include
LIBS+= -L${LOCALBASE}/pilot/lib
.endif