svn commit: r513975 - head/editors/libreoffice

Li-Wen Hsu lwhsu at FreeBSD.org
Mon Oct 7 17:29:34 UTC 2019


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


More information about the svn-ports-head mailing list