pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ruby-gd Proper use of buildlink2 frame work a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e7d01d4328f
branches:  trunk
changeset: 463233:1e7d01d4328f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Nov 02 17:50:05 2003 +0000

description:
Proper use of buildlink2 frame work and it should fix bulk build problem.
Thanks to PR pkg/23338 submitter, Ron Roskens.

diffstat:

 graphics/ruby-gd/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r fca8170f8d9b -r 1e7d01d4328f graphics/ruby-gd/Makefile
--- a/graphics/ruby-gd/Makefile Sun Nov 02 17:42:26 2003 +0000
+++ b/graphics/ruby-gd/Makefile Sun Nov 02 17:50:05 2003 +0000
@@ -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 @@
 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 @@
 .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"



Home | Main Index | Thread Index | Old Index