summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortaca <taca>2003-11-02 17:50:05 +0000
committertaca <taca>2003-11-02 17:50:05 +0000
commit160d6939d63aa68ab66b7764485e2bb5d3df14ab (patch)
treeeeb9f350bf675e014c634396585c074a9493fbc3 /graphics
parente3f732f6c6ddb8329e60de9728fd1cdc6e3ce91a (diff)
downloadpkgsrc-160d6939d63aa68ab66b7764485e2bb5d3df14ab.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')
-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"