Require ruby-rdoc version 2.5.8 or later to fix build problem with ruby18.
This commit is contained in:
parent
cea9f3eb90
commit
8cb6f0e650
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 2012/08/05 10:02:11 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2012/08/21 13:46:20 taca Exp $
|
||||
|
||||
DISTNAME= pg-0.14.0
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
|
||||
|
@ -10,6 +10,8 @@ HOMEPAGE= http://bitbucket.org/ged/ruby-pg/
|
|||
COMMENT= Ruby extension for PostgreSQL
|
||||
LICENSE= 2-clause-bsd OR ruby-license
|
||||
|
||||
RUBY_RDOC_REQD= 2.5.8
|
||||
|
||||
GEM_CLEANBUILD= ext/*
|
||||
CONFIGURE_ARGS= --with-pgsql-include-dir=${PGSQL_PREFIX}/include/postgresql \
|
||||
--with-pgsql-lib-dir=${PGSQL_PREFIX}/lib
|
||||
|
|
Loading…
Reference in a new issue