aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-01-04 11:51:40 +0800
committerSean Chittenden <seanc@FreeBSD.org>2003-01-04 11:51:40 +0800
commit2f30826e2bf6e35758af72142d8d1d616a0af65e (patch)
treef71a4f9b88a78acd532c0a855e4d489d93d03987 /databases
parentacd192dde323956bdd76dee5297dec402dff873d (diff)
downloadfreebsd-ports-2f30826e2bf6e35758af72142d8d1d616a0af65e.tar.gz
freebsd-ports-2f30826e2bf6e35758af72142d8d1d616a0af65e.tar.zst
freebsd-ports-2f30826e2bf6e35758af72142d8d1d616a0af65e.zip
Update PostgreSQL PL/Ruby for PostgreSQL 7.3
PR: ports/45945 Submitted by: Palle Girgensohn <girgen@pingpong.net>
Notes
Notes: svn path=/head/; revision=72483
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-plruby/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile
index 39d46247fb3d..ca748b0b1ea3 100644
--- a/databases/postgresql-plruby/Makefile
+++ b/databases/postgresql-plruby/Makefile
@@ -15,12 +15,14 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
LIB_DEPENDS= pq.2:${PGSQL_PORTDIR}
+RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT}
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-PGSQL_VERSION?= 72
-PGSQL_PORTDIR?= ${PORTSDIR}/databases/postgresql7
+POSTGRESQL_PORT?= databases/postgresql7
+PGSQL_VERSION?= 73
+PGSQL_PORTDIR?= ${PORTSDIR}/${POSTGRESQL_PORT}
PGSQL_WRKSRC_CMD= cd ${PGSQL_PORTDIR} && ${MAKE} -V WRKSRC
CONFIGURE_ARGS= --with-pgsql-version="${PGSQL_VERSION}" \