diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-24 21:30:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-24 21:30:55 +0800 |
commit | e99a353a1f7f9bd811245693ba60c793b4197c99 (patch) | |
tree | 0d827258003926cef4100defc3eb781615974665 /graphics/ruby-gd | |
parent | c42587659965dba7776106a2a4d888d71aeb1047 (diff) | |
download | freebsd-ports-gnome-e99a353a1f7f9bd811245693ba60c793b4197c99.tar.gz freebsd-ports-gnome-e99a353a1f7f9bd811245693ba60c793b4197c99.tar.zst freebsd-ports-gnome-e99a353a1f7f9bd811245693ba60c793b4197c99.zip |
Fix with bmake
Diffstat (limited to 'graphics/ruby-gd')
-rw-r--r-- | graphics/ruby-gd/Makefile | 2 |
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 |