diff options
author | taca <taca@pkgsrc.org> | 2003-11-02 17:42:26 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-11-02 17:42:26 +0000 |
commit | cb516aecd57c3e2879c509fcce774935ea3b7ade (patch) | |
tree | 032ff1770da58bcd7de5ea785f4cf61f7cb31a7f /databases | |
parent | 1b91035a562ef7934914f03179587e3feedf7978 (diff) | |
download | pkgsrc-cb516aecd57c3e2879c509fcce774935ea3b7ade.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/Makefile | 5 |
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" |