svn commit: r369871 - head/games/gbrainy

John Marino marino at FreeBSD.org
Fri Oct 3 07:27:09 UTC 2014


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


More information about the svn-ports-head mailing list