From owner-svn-ports-all@freebsd.org Sun Dec 24 08:17:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82E03EA5238; Sun, 24 Dec 2017 08:17:36 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1716E435; Sun, 24 Dec 2017 08:17:36 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBO8HZsx058364; Sun, 24 Dec 2017 08:17:35 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBO8HZQb058363; Sun, 24 Dec 2017 08:17:35 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201712240817.vBO8HZQb058363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 24 Dec 2017 08:17:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457130 - head/devel/libosinfo X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/devel/libosinfo X-SVN-Commit-Revision: 457130 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Dec 2017 08:17:36 -0000 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