Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 10:03:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395940 - head/devel/gnome-vfs-monikers
Message-ID:  <201509031003.t83A37pO072990@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep  3 10:03:06 2015
New Revision: 395940
URL: https://svnweb.freebsd.org/changeset/ports/395940

Log:
  - Add missing gettext-tools dependency
  
  These are used when detecting locale directory, and without the dependency it becomes ${PREFIX}/${empty_var}/locale, e.g. ${PREFIX}//locale. Though nothing is really installed there, directory is created and stage-qa compains on this
  
  Approved by:	kwm

Modified:
  head/devel/gnome-vfs-monikers/Makefile

Modified: head/devel/gnome-vfs-monikers/Makefile
==============================================================================
--- head/devel/gnome-vfs-monikers/Makefile	Thu Sep  3 09:57:19 2015	(r395939)
+++ head/devel/gnome-vfs-monikers/Makefile	Thu Sep  3 10:03:06 2015	(r395940)
@@ -11,7 +11,7 @@ MASTER_SITES=	GNOME
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Gnome-vfs monikers module
 
-USES=		gmake libtool:keepla pkgconfig
+USES=		gettext-tools gmake libtool:keepla pkgconfig
 USE_GNOME=	gnomevfs2 intltool libbonobo
 INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031003.t83A37pO072990>