aboutsummaryrefslogtreecommitdiff
path: root/graphics/ruby-gd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-24 13:30:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-24 13:30:55 +0000
commit7b9d6086f1f79a0e948bfdec1337fd452b7070ef (patch)
tree0d827258003926cef4100defc3eb781615974665 /graphics/ruby-gd
parenta50c108be20179607a40525f5ab8d0f965c40ee4 (diff)
downloadports-7b9d6086f1f79a0e948bfdec1337fd452b7070ef.tar.gz
ports-7b9d6086f1f79a0e948bfdec1337fd452b7070ef.zip
Notes
Diffstat (limited to 'graphics/ruby-gd')
-rw-r--r--graphics/ruby-gd/Makefile2
1 files changed, 1 insertions, 1 deletions
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