summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-07-25 11:55:37 +0000
committerdinoex <dinoex@FreeBSD.org>2007-07-25 11:55:37 +0000
commit5a3bee4c15a758abf32c846ca1fc6bd45064d40c (patch)
treea5c10273d5eb0b91c59c98f1deab069c4d6ae007
parentdca2d1bc902dfbde6d09b545bd0ac2147b4d29d2 (diff)
downloadFreeBSD-ports-5a3bee4c15a758abf32c846ca1fc6bd45064d40c.zip
FreeBSD-ports-5a3bee4c15a758abf32c846ca1fc6bd45064d40c.tar.gz
- take maintainership
- make portlint happier
-rw-r--r--graphics/ruby-gd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile
index 77bfe92..8f724c7 100644
--- a/graphics/ruby-gd/Makefile
+++ b/graphics/ruby-gd/Makefile
@@ -15,7 +15,7 @@ PKGNAMESUFFIX= ${PKGNAMESUFFIX_XPM}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dinoex@FreeBSD.org
COMMENT= Ruby extension library to use Thomas Boutell's gd library
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
@@ -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
OpenPOWER on IntegriCloud