Date: Thu, 12 Jun 2014 05:38:04 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357562 - head/editors/libreoffice Message-ID: <201406120538.s5C5c4NH032058@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Jun 12 05:38:04 2014 New Revision: 357562 URL: http://svnweb.freebsd.org/changeset/ports/357562 QAT: https://qat.redports.org/buildarchive/r357562/ Log: Add a build dependency on textproc/flex (FreeBSD 9.1 and 8 requires it) Reported by: antoine Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Thu Jun 12 04:52:30 2014 (r357561) +++ head/editors/libreoffice/Makefile Thu Jun 12 05:38:04 2014 (r357562) @@ -13,6 +13,7 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTS ${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}-${LOVERSI 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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406120538.s5C5c4NH032058>