summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-12 05:38:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-12 05:38:04 +0000
commite0d65c2224997a4c94e97b0cb78c152e6f933036 (patch)
tree809e401e4e2b06502b9380ff191c5325369c310c /editors
parent- Fix LICENSE type (diff)
Add a build dependency on textproc/flex (FreeBSD 9.1 and 8 requires it)
Reported by: antoine
Notes
Notes: svn path=/head/; revision=357562
Diffstat (limited to 'editors')
-rw-r--r--editors/libreoffice/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 1b8658a74a4a..5374e4179869 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -13,6 +13,7 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
${LOCALBASE}/libdata/pkgconfig/cppunit.pc:${PORTSDIR}/devel/cppunit \
dmake:${PORTSDIR}/devel/dmake \
${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
+ ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
mdds>=0.9.0:${PORTSDIR}/devel/mdds \
gpatch:${PORTSDIR}/devel/patch \
ucpp:${PORTSDIR}/devel/ucpp \
@@ -91,6 +92,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${LOVERSION}
CONFIGURE_ENV= DMAKE=${LOCALBASE}/bin/dmake \
GNUTAR=${TAR} \
GPERF=${LOCALBASE}/bin/gperf \
+ FLEX=${LOCALBASE}/bin/flex
PYTHON_CFLAGS="`${PYTHON_VERSION}-config --cflags`" \
PYTHON_LIBS="`${PYTHON_VERSION}-config --libs`" \
TMPDIR=${WRKDIR} \