From e0d65c2224997a4c94e97b0cb78c152e6f933036 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 12 Jun 2014 05:38:04 +0000 Subject: Add a build dependency on textproc/flex (FreeBSD 9.1 and 8 requires it) Reported by: antoine --- editors/libreoffice/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editors') 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} \ -- cgit v1.2.3