Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 13:30:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318966 - head/graphics/ruby-gd
Message-ID:  <201305241330.r4ODUt8W029552@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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