svn commit: r457130 - head/devel/libosinfo

Roman Bogorodskiy novel at FreeBSD.org
Sun Dec 24 08:17:36 UTC 2017


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


More information about the svn-ports-head mailing list