From 71996fb138d0cd460af56e221a22de78c9b9b66f Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Thu, 9 Mar 2017 14:23:49 +0000 Subject: [PATCH] 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 --- sysutils/osinfo-db-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/osinfo-db-tools/Makefile b/sysutils/osinfo-db-tools/Makefile index f5ddf2e570d7..01621cd031a5 100644 --- a/sysutils/osinfo-db-tools/Makefile +++ b/sysutils/osinfo-db-tools/Makefile @@ -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