diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-08-31 04:42:23 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-08-31 04:42:23 +0800 |
commit | 4207552786caaa25f167076e7a8321dff7a83e77 (patch) | |
tree | c39c7aefa6fdcec15ba513cfed9dbd8556b3ace1 /databases/postgresql-pltcl | |
parent | a6a3032f75882e7d0da96b5d0af0701fd6fdbde7 (diff) | |
download | freebsd-ports-gnome-4207552786caaa25f167076e7a8321dff7a83e77.tar.gz freebsd-ports-gnome-4207552786caaa25f167076e7a8321dff7a83e77.tar.zst freebsd-ports-gnome-4207552786caaa25f167076e7a8321dff7a83e77.zip |
- Fix RUN_DEPENDS for slave postgresql ports
- Change default pgsql version to 82 matching Mk/ defaults
- Bump PORTREVISIONs
PR: ports/148055
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer timeout (grigen ; > 2.5 months)
Diffstat (limited to 'databases/postgresql-pltcl')
-rw-r--r-- | databases/postgresql-pltcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-pltcl/Makefile b/databases/postgresql-pltcl/Makefile index e8adabdcc7d2..19bb27b4c3f7 100644 --- a/databases/postgresql-pltcl/Makefile +++ b/databases/postgresql-pltcl/Makefile @@ -6,14 +6,14 @@ # PORTNAME= postgresql -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases tcl PKGNAMESUFFIX= -pltcl MAINTAINER= girgen@FreeBSD.org COMMENT= A module for using Tcl to write SQL functions -MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server +MASTERDIR= ${.CURDIR}/../../databases/postgresql${PGSQL_VER}-server RUN_DEPENDS= postgres:${MASTERDIR} |