Date: Sun, 24 Dec 2017 08:17:35 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457130 - head/devel/libosinfo Message-ID: <201712240817.vBO8HZQb058363@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sun Dec 24 08:17:35 2017 New Revision: 457130 URL: https://svnweb.freebsd.org/changeset/ports/457130 Log: devel/libosinfo: fix package build without NLS Even if NLS is disabled, it still requires 'gettext-tools'. Modified: head/devel/libosinfo/Makefile Modified: head/devel/libosinfo/Makefile ============================================================================== --- head/devel/libosinfo/Makefile Sun Dec 24 07:14:14 2017 (r457129) +++ head/devel/libosinfo/Makefile Sun Dec 24 08:17:35 2017 (r457130) @@ -16,7 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ osinfo-db-import:sysutils/osinfo-db-tools \ ${LOCALBASE}/share/osinfo/VERSION:misc/osinfo-db -USES= gmake libtool pathfix pkgconfig +USES= gettext-tools gmake libtool pathfix pkgconfig USE_GNOME= glib20 libxml2 libxslt introspection:build intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712240817.vBO8HZQb058363>