pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nautilus-search-tool: needs gnome-utils



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Oct 24 15:57:24 2015 +0200
Changeset:	1479ca367a1062ef7220d56e65147da327b22351

Modified Files:
	nautilus-search-tool/Makefile

Log Message:
nautilus-search-tool: needs gnome-utils

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1479ca367a1062ef7220d56e65147da327b22351

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nautilus-search-tool/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/nautilus-search-tool/Makefile b/nautilus-search-tool/Makefile
index 8b852e5..125a2d7 100644
--- a/nautilus-search-tool/Makefile
+++ b/nautilus-search-tool/Makefile
@@ -15,6 +15,9 @@ USE_TOOLS+=		pkg-config intltool
 USE_LIBTOOL=	yes
 USE_LANGUAGES+=	c c++
 
+# for gnome-search-tool
+DEPENDS+=	gnome-utils>=2.26.0:../../misc/gnome-utils
+
 .include "../../devel/GConf/schemas.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../sysutils/nautilus/buildlink3.mk"


Home | Main Index | Thread Index | Old Index