svn commit: r357562 - head/editors/libreoffice

Baptiste Daroussin bapt at FreeBSD.org
Thu Jun 12 05:38:05 UTC 2014


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} \


More information about the svn-ports-head mailing list