From e99a353a1f7f9bd811245693ba60c793b4197c99 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 24 May 2013 13:30:55 +0000 Subject: Fix with bmake --- graphics/ruby-gd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/ruby-gd') diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 9a1f0539db78..60bcb92b5ba5 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -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 -- cgit