svn commit: r395940 - head/devel/gnome-vfs-monikers
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Sep 3 10:03:07 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list