summaryrefslogtreecommitdiff
path: root/graphics/ruby-gd
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2003-11-02 17:50:05 +0000
committertaca <taca@pkgsrc.org>2003-11-02 17:50:05 +0000
commit0aa4696a9f3ddbe57f37f5a22127eff80bfb7c4f (patch)
treeeeb9f350bf675e014c634396585c074a9493fbc3 /graphics/ruby-gd
parentcb516aecd57c3e2879c509fcce774935ea3b7ade (diff)
downloadpkgsrc-0aa4696a9f3ddbe57f37f5a22127eff80bfb7c4f.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/Makefile5
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"