summaryrefslogtreecommitdiff
path: root/databases/ruby-postgresql
diff options
context:
space:
mode:
authorjlam <jlam>2003-01-05 20:14:20 +0000
committerjlam <jlam>2003-01-05 20:14:20 +0000
commit44abce54640cd1a6b03feb19999283038c9d6e29 (patch)
treeb69974774881184f981349b96bd3d886fb6d92b6 /databases/ruby-postgresql
parent7f0030bc39078609aaf6637c4c9853aa4e08ad1b (diff)
downloadpkgsrc-44abce54640cd1a6b03feb19999283038c9d6e29.tar.gz
Bump PKGREVISION due to increase in the major number of libpq.so between
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
Diffstat (limited to 'databases/ruby-postgresql')
-rw-r--r--databases/ruby-postgresql/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/ruby-postgresql/Makefile b/databases/ruby-postgresql/Makefile
index 1a3e6aaf8a9..1f9ff0face9 100644
--- a/databases/ruby-postgresql/Makefile
+++ b/databases/ruby-postgresql/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2002/01/19 11:03:20 taca Exp $
+# $NetBSD: Makefile,v 1.6 2003/01/05 20:14:29 jlam Exp $
DISTNAME= ruby-postgres-${VERSION}
PKGNAME= ${RUBY_PKGNAMEPREFIX}postgresql-${VERSION}
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.postgresql.jp/interfaces/ruby/archive/
@@ -9,12 +10,12 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.postgresql.jp/interfaces/ruby/
COMMENT= Ruby extension for postgresql
-DEPENDS+= postgresql-lib>=7.1:../../databases/postgresql-lib
+DEPENDS+= postgresql-lib>=7.3.1:../../databases/postgresql-lib
VERSION= 0.6.5
DIST_SUBDIR= ruby
USE_RUBY_EXTCONF= yes
-CONFIGURE_ARGS+= --with-pgsql-include-dir=${PREFIX}/include/pgsql \
+CONFIGURE_ARGS+= --with-pgsql-include-dir=${PREFIX}/include/postgresql \
--with-pgsql-lib-dir=${PREFIX}/lib
INSTALL_TARGET= site-install