Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 07:27:08 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369871 - head/games/gbrainy
Message-ID:  <201410030727.s937R8ij099258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Oct  3 07:27:08 2014
New Revision: 369871
URL: https://svnweb.freebsd.org/changeset/ports/369871
QAT: https://qat.redports.org/buildarchive/r369871/

Log:
  games/gbrainy: Fix build by requiring gnome-doc-utils
  
  I think the removal of gnome-panel by one of the dependencies could
  have exposed the lack of USE_gnome=gnomedocutils here.

Modified:
  head/games/gbrainy/Makefile

Modified: head/games/gbrainy/Makefile
==============================================================================
--- head/games/gbrainy/Makefile	Fri Oct  3 07:22:52 2014	(r369870)
+++ head/games/gbrainy/Makefile	Fri Oct  3 07:27:08 2014	(r369871)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	mautil:${PORTSDIR}/devel/
 		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_GNOME=	gtksharp20 gnomesharp20
+USE_GNOME=	gtksharp20 gnomesharp20 gnomedocutils
 USES=		gettext gmake mono pathfix pkgconfig \
 		shebangfix
 SHEBANG_FILES=	src/Clients/Classical/gbrainy.in



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