diff options
author | taca <taca> | 2003-11-02 17:50:05 +0000 |
---|---|---|
committer | taca <taca> | 2003-11-02 17:50:05 +0000 |
commit | c98db588aa2a9192110bee5bd79043decfbd992e (patch) | |
tree | eeb9f350bf675e014c634396585c074a9493fbc3 /graphics/ruby-gd | |
parent | d272524c887369d89464b5fbb1356ad1882651d6 (diff) | |
download | pkgsrc-c98db588aa2a9192110bee5bd79043decfbd992e.tar.gz |
Proper use of buildlink2 frame work and it should fix bulk build problem.
Thanks to PR pkg/23338 submitter, Ron Roskens.
Diffstat (limited to 'graphics/ruby-gd')
-rw-r--r-- | graphics/ruby-gd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index abe457aff4e..5196ff2894d 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/10/05 09:55:18 taca Exp $ +# $NetBSD: Makefile,v 1.2 2003/11/02 17:50:05 taca Exp $ DISTNAME= ruby-GD-${VER}-1 PKGNAME= ruby-gd-${VER}.1 @@ -10,6 +10,8 @@ MAINTAINER= rasputin@idoru.mine.nu HOMEPAGE= # not available COMMENT= Ruby extension to drive the GD library +USE_BUILDLINK2= # defined + VER= 0.7.4 DIST_SUBDIR= ruby USE_RUBY_EXTCONF= yes @@ -29,4 +31,5 @@ post-install: .include "../../graphics/freetype-lib/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" .include "../../lang/ruby-base/Makefile.common" +.include "../../lang/ruby-base/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |