From owner-svn-ports-head@FreeBSD.ORG Fri May 24 13:30:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B3B3A5DC; Fri, 24 May 2013 13:30:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A6787E68; Fri, 24 May 2013 13:30:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4ODUtLH029553; Fri, 24 May 2013 13:30:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4ODUt8W029552; Fri, 24 May 2013 13:30:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305241330.r4ODUt8W029552@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 24 May 2013 13:30:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318966 - head/graphics/ruby-gd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 13:30:55 -0000 Author: bapt Date: Fri May 24 13:30:55 2013 New Revision: 318966 URL: http://svnweb.freebsd.org/changeset/ports/318966 Log: Fix with bmake Modified: head/graphics/ruby-gd/Makefile Modified: head/graphics/ruby-gd/Makefile ============================================================================== --- head/graphics/ruby-gd/Makefile Fri May 24 13:27:10 2013 (r318965) +++ head/graphics/ruby-gd/Makefile Fri May 24 13:30:55 2013 (r318966) @@ -35,7 +35,7 @@ LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd # Hmm, GREP and TRUE seem to be defined in the bsd.port.post.mk stage. .if exists(${LOCALBASE}/bin/gd2topng) -WITH_X11_CHECK!= ldd ${LOCALBASE}/bin/gd2topng | grep -w 'libX11\.so' || true +WITH_X11_CHECK!= ldd ${LOCALBASE}/bin/gd2topng | grep -w 'libX11\.so' || ${ECHO_CMD} .else WITH_X11_CHECK= # empty .endif