diff options
author | taca <taca@pkgsrc.org> | 2017-06-02 04:16:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-06-02 04:16:35 +0000 |
commit | 529bb9e586adb31c034d1614f57b20d9dfd3f3dd (patch) | |
tree | 237bd3219db9ea174539b74c2d89f0a8d5b72ec8 /graphics/ruby-gd | |
parent | 25240e7b8722ff4e713748ad10730bd9185b02c1 (diff) | |
download | pkgsrc-529bb9e586adb31c034d1614f57b20d9dfd3f3dd.tar.gz |
Relax patten in GEM_CLEANBUILD.
Diffstat (limited to 'graphics/ruby-gd')
-rw-r--r-- | graphics/ruby-gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 385b564a026..de2a9c33a1a 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2017/02/28 15:20:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2017/06/02 04:16:35 taca Exp $ DISTNAME= ruby-gd-0.8.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} @@ -10,7 +10,7 @@ HOMEPAGE= # http://rubyforge.org/projects/ruby-gd/ COMMENT= Ruby extension to drive the GD library LICENSE= ruby-license -GEM_CLEANBUILD= Makefile *.o GD.${RUBY_DLEXT} mkmf.log .RUBYARCHDIR.time +GEM_CLEANBUILD= Makefile *.o GD.${RUBY_DLEXT} mkmf.log .*.time CONFIGURE_ARGS+= --with-gd-dir=${BUILDLINK_PREFIX.gd:Q} CONFIGURE_ARGS+= --with-jpeg |