diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-12 13:38:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-12 13:38:04 +0800 |
commit | a7b202a395aeec4da5dede91b0d2517ef4ed7576 (patch) | |
tree | 809e401e4e2b06502b9380ff191c5325369c310c /editors | |
parent | 2eca20a4cbface08432c17b79d284bf11e332e38 (diff) | |
download | freebsd-ports-gnome-a7b202a395aeec4da5dede91b0d2517ef4ed7576.tar.gz freebsd-ports-gnome-a7b202a395aeec4da5dede91b0d2517ef4ed7576.tar.zst freebsd-ports-gnome-a7b202a395aeec4da5dede91b0d2517ef4ed7576.zip |
Add a build dependency on textproc/flex (FreeBSD 9.1 and 8 requires it)
Reported by: antoine
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
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} \ |