svn commit: r357563 - head/editors/libreoffice

Antoine Brodin antoine at FreeBSD.org
Thu Jun 12 05:44:27 UTC 2014


Author: antoine
Date: Thu Jun 12 05:44:26 2014
New Revision: 357563
URL: http://svnweb.freebsd.org/changeset/ports/357563
QAT: https://qat.redports.org/buildarchive/r357563/

Log:
  Add missing \

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Thu Jun 12 05:38:04 2014	(r357562)
+++ head/editors/libreoffice/Makefile	Thu Jun 12 05:44:26 2014	(r357563)
@@ -92,7 +92,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${LOVERSI
 CONFIGURE_ENV=		DMAKE=${LOCALBASE}/bin/dmake \
 			GNUTAR=${TAR} \
 			GPERF=${LOCALBASE}/bin/gperf \
-			FLEX=${LOCALBASE}/bin/flex
+			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