diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-08-25 17:53:26 +0000 |
commit | dab15277f4ab5eef396460d80afc54d1f390a815 (patch) | |
tree | f4e1f058cc1522d75a823a40f2ba1399351fc840 /databases/postgresql92-pltcl | |
parent | Allow staging as a regular user (diff) |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt
Notes
Notes:
svn path=/head/; revision=366114
Diffstat (limited to 'databases/postgresql92-pltcl')
-rw-r--r-- | databases/postgresql92-pltcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql92-pltcl/Makefile b/databases/postgresql92-pltcl/Makefile index 32916acef9f0..28630810b880 100644 --- a/databases/postgresql92-pltcl/Makefile +++ b/databases/postgresql92-pltcl/Makefile @@ -1,6 +1,6 @@ # Created by: Palle Girgensohn <girgen@partitur.se> # $FreeBSD$ -WANT_PGSQL_VER= 92 +WANT_PGSQL_VER= 9.2 .include "${.CURDIR}/../postgresql91-pltcl/Makefile" |