devel/libosinfo: fix package build without NLS
Even if NLS is disabled, it still requires 'gettext-tools'.
This commit is contained in:
parent
346cdbbb20
commit
a5afc4d48d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457130
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user