sysutils/osinfo-db-tools: fix build without NLS

osinfo-db-tools fails to build when NLS is disabled because
even without NLS it still needs gettext. Fix by depending on
gettext unconditionally, and bump PORTREVISION due dependencies
change.

Reported by:	Michael Reim <kraileth@elderlinux.org>
This commit is contained in:
Roman Bogorodskiy 2017-03-09 14:23:49 +00:00
parent d5de24b6c5
commit 71996fb138
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435756

View file

@ -3,20 +3,20 @@
PORTNAME= osinfo-db-tools
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://fedorahosted.org/releases/l/i/libosinfo/
MAINTAINER= novel@FreeBSD.org
COMMENT= Tools for managing the osinfo database
USES= gettext-runtime gmake libarchive pkgconfig
USES= gettext gmake libarchive pkgconfig
USE_GNOME= glib20 intltool libxml2 libxslt
GNU_CONFIGURE= yes
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>