diff options
| -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 |
