pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/ruby-postgresql Proper use of buildlink2 fra...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fca8170f8d9b
branches: trunk
changeset: 463232:fca8170f8d9b
user: taca <taca%pkgsrc.org@localhost>
date: Sun Nov 02 17:42:26 2003 +0000
description:
Proper use of buildlink2 frame work, with applying patch from PR pkg/23338
by Ron Roskens.
diffstat:
databases/ruby-postgresql/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r b573d75a21fb -r fca8170f8d9b databases/ruby-postgresql/Makefile
--- a/databases/ruby-postgresql/Makefile Sun Nov 02 17:27:50 2003 +0000
+++ b/databases/ruby-postgresql/Makefile Sun Nov 02 17:42:26 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/09/11 14:59:18 taca Exp $
+# $NetBSD: Makefile,v 1.11 2003/11/02 17:42:26 taca Exp $
DISTNAME= ruby-postgres-${VERSION}
PKGNAME= ${RUBY_PKGNAMEPREFIX}postgresql-${VERSION}
@@ -9,6 +9,8 @@
HOMEPAGE= http://www.postgresql.jp/interfaces/ruby/
COMMENT= Ruby extension for postgresql
+USE_BUILDLINK2= # defined
+
VERSION= 0.7.1
DIST_SUBDIR= ruby
USE_RUBY_EXTCONF= yes
@@ -41,4 +43,5 @@
.include "../../databases/postgresql-lib/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