svn commit: r318966 - head/graphics/ruby-gd

Baptiste Daroussin bapt at FreeBSD.org
Fri May 24 13:30:55 UTC 2013


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


More information about the svn-ports-all mailing list