diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-24 14:53:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-24 14:53:17 +0000 |
commit | e4f3d2c40de23061a9c2e766e87147267b04a7e0 (patch) | |
tree | 46d9ef4e40bcd3e5beb467b85ab67bb30f01de3c | |
parent | Parse::BooleanLogic is a fast parser for boolean expressions. Originally (diff) |
- Fix build
PR: 140536
Submitted by: "B. Estrade" <estrabd@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=244717
-rw-r--r-- | lang/qore/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/qore/Makefile b/lang/qore/Makefile index 752880d8826f..544a0cdae86a 100644 --- a/lang/qore/Makefile +++ b/lang/qore/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ USE_LDCONFIG= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= "LEX=${LOCALBASE}/bin/flex" CONFIGURE_ARGS= --disable-debug --disable-static MAN1= qore.1 |