Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 2019 18:19:51 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503745 - head/devel/gettext-tools
Message-ID:  <201906081819.x58IJpYw062313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Jun  8 18:19:50 2019
New Revision: 503745
URL: https://svnweb.freebsd.org/changeset/ports/503745

Log:
  Require a matching version of libtextstyle.  Gettext fails to build with
  older versions.
  
  Reported by:	Paul Beard <paulbeard@gmail.com>

Modified:
  head/devel/gettext-tools/Makefile

Modified: head/devel/gettext-tools/Makefile
==============================================================================
--- head/devel/gettext-tools/Makefile	Sat Jun  8 18:19:40 2019	(r503744)
+++ head/devel/gettext-tools/Makefile	Sat Jun  8 18:19:50 2019	(r503745)
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/../COPYING
 
 .include "${.CURDIR}/../gettext/Makefile.common"
 
+BUILD_DEPENDS=	libtextstyle>=${PORTVERSION}:devel/libtextstyle
 LIB_DEPENDS=	libtextstyle.so:devel/libtextstyle
 
 USES=		charsetfix cpe gettext-runtime iconv libtool tar:xz



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