From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 07:27:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DAB81F5D; Fri, 3 Oct 2014 07:27:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7CB61A6; Fri, 3 Oct 2014 07:27:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s937R8lX099259; Fri, 3 Oct 2014 07:27:08 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s937R8ij099258; Fri, 3 Oct 2014 07:27:08 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201410030727.s937R8ij099258@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 3 Oct 2014 07:27:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369871 - head/games/gbrainy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 07:27:09 -0000 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