summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca>2003-11-02 17:42:26 +0000
committertaca <taca>2003-11-02 17:42:26 +0000
commitd272524c887369d89464b5fbb1356ad1882651d6 (patch)
tree032ff1770da58bcd7de5ea785f4cf61f7cb31a7f /databases
parent1c2f11834a386a1fa7b828e8f0e15f95bf3b8045 (diff)
downloadpkgsrc-d272524c887369d89464b5fbb1356ad1882651d6.tar.gz
Proper use of buildlink2 frame work, with applying patch from PR pkg/23338
by Ron Roskens.
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-postgresql/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/ruby-postgresql/Makefile b/databases/ruby-postgresql/Makefile
index 99907d19071..07134b624ad 100644
--- a/databases/ruby-postgresql/Makefile
+++ b/databases/ruby-postgresql/Makefile
@@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org
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 @@ post-install:
.include "../../databases/postgresql-lib/buildlink2.mk"
.include "../../lang/ruby-base/Makefile.common"
+.include "../../lang/ruby-base/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"