Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2019 17:29:33 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513975 - head/editors/libreoffice
Message-ID:  <201910071729.x97HTXeq079129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Mon Oct  7 17:29:33 2019
New Revision: 513975
URL: https://svnweb.freebsd.org/changeset/ports/513975

Log:
  Follow up r513974 to use bin/gperf31
  
  PR:		241025

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Mon Oct  7 17:26:38 2019	(r513974)
+++ head/editors/libreoffice/Makefile	Mon Oct  7 17:29:33 2019	(r513975)
@@ -271,7 +271,7 @@ CONFIGURE_ARGS=	--disable-dependency-tracking \
 CONFIGURE_ENV=	DMAKE=${LOCALBASE}/bin/dmake \
 		FLEX=${LOCALBASE}/bin/flex \
 		GNUTAR="${TAR}" \
-		GPERF=${LOCALBASE}/bin/gperf \
+		GPERF=${LOCALBASE}/bin/gperf31 \
 		ICU_CFLAGS="`icu-config --cflags`" \
 		ICU_LIBS="`icu-config --ldflags`" \
 		OPENCOLLADA_CFLAGS="${COLLADA_CFLAGS}" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910071729.x97HTXeq079129>