summaryrefslogtreecommitdiff
path: root/databases/ruby-postgresql
diff options
context:
space:
mode:
authortaca <taca>2003-11-02 17:42:26 +0000
committertaca <taca>2003-11-02 17:42:26 +0000
commite3f732f6c6ddb8329e60de9728fd1cdc6e3ce91a (patch)
tree032ff1770da58bcd7de5ea785f4cf61f7cb31a7f /databases/ruby-postgresql
parentb69f56ea3436388ce105a04413fc7249190ea27b (diff)
downloadpkgsrc-e3f732f6c6ddb8329e60de9728fd1cdc6e3ce91a.tar.gz
Proper use of buildlink2 frame work, with applying patch from PR pkg/23338
by Ron Roskens.
Diffstat (limited to 'databases/ruby-postgresql')
-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"