diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-12 05:38:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-12 05:38:04 +0000 |
commit | e0d65c2224997a4c94e97b0cb78c152e6f933036 (patch) | |
tree | 809e401e4e2b06502b9380ff191c5325369c310c /editors | |
parent | 1e3056c9f6712bfd429126e6bbefd160aed098fb (diff) | |
download | ports-e0d65c2224997a4c94e97b0cb78c152e6f933036.tar.gz ports-e0d65c2224997a4c94e97b0cb78c152e6f933036.zip |
Notes
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} \ |