svn commit: r503745 - head/devel/gettext-tools
Tijl Coosemans
tijl at FreeBSD.org
Sat Jun 8 18:19:52 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list