pkgsrc-WIP-changes archive

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

viewnior: Add missing dependency



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Tue Jul 12 13:00:05 2016 +0200
Changeset:	fc6a97a286ce564cc8965d91b8cd2b535dea17bb

Modified Files:
	viewnior/Makefile

Log Message:
viewnior: Add missing dependency

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

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

diffstat:
 viewnior/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/viewnior/Makefile b/viewnior/Makefile
index 9595aab..bf13f73 100644
--- a/viewnior/Makefile
+++ b/viewnior/Makefile
@@ -22,7 +22,8 @@ USE_TOOLS+=	autoconf automake
 USE_TOOLS+=	intltool pkg-config gmake msgfmt
 USE_LANGUAGES=	c c++
 
-BUILD_DEPENDS+=		gnome-common-[0-9]*:../../devel/gnome-common
+BUILD_DEPENDS+=	gettext-m4-[0-9]*:../../devel/gettext-m4
+BUILD_DEPENDS+=	gnome-common-[0-9]*:../../devel/gnome-common
 
 pre-configure:
 	cd ${WRKSRC} && ./autogen.sh


Home | Main Index | Thread Index | Old Index