aboutsummaryrefslogtreecommitdiff
path: root/graphics/ruby-gd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-07-26 21:39:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-07-26 21:39:02 +0000
commit8012d1fe6adb602da8b43aa85585d6fdb8773f1b (patch)
treeef3b39950c330570d6efa0b9a6544ce908d9da57 /graphics/ruby-gd
parent690acbda3d3b9fc24fe3c367e980ce829f86daee (diff)
downloadports-8012d1fe6adb602da8b43aa85585d6fdb8773f1b.tar.gz
ports-8012d1fe6adb602da8b43aa85585d6fdb8773f1b.zip
- fix build with xpm
(revert portlint change)
Notes
Notes: svn path=/head/; revision=196343
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 8f724c7c2aaf..b7c759626e8c 100644
--- a/graphics/ruby-gd/Makefile
+++ b/graphics/ruby-gd/Makefile
@@ -43,7 +43,7 @@ LIB_DEPENDS+= gd.4:${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' || true
.else
WITH_X11_CHECK= # empty
.endif