devel/libosinfo: fix package build without NLS

Even if NLS is disabled, it still requires 'gettext-tools'.
This commit is contained in:
Roman Bogorodskiy 2017-12-24 08:17:35 +00:00
parent 346cdbbb20
commit a5afc4d48d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457130

View File

@ -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