Fix build with bmake
This commit is contained in:
parent
aaf47870af
commit
e116eadca3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317371
1 changed files with 5 additions and 1 deletions
|
@ -17,11 +17,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk\
|
||||
htmldoc:${PORTSDIR}/textproc/htmldoc\
|
||||
flex>2.5.4:${PORTSDIR}/textproc/flex\
|
||||
gperf>=3.0.3:${PORTSDIR}/devel/gperf\
|
||||
gperf>=3.0.3:${PORTSDIR}/devel/gperf\
|
||||
unzip:${PORTSDIR}/archivers/unzip
|
||||
LIB_DEPENDS= iodbc.3:${PORTSDIR}/databases/libiodbc\
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
.if defined(.PARSEDIR)
|
||||
USE_GMAKE= yes
|
||||
.endif
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ARGS= --with-readline\
|
||||
--without-jdk2\
|
||||
|
|
Loading…
Reference in a new issue