diff options
Diffstat (limited to 'databases/postgresql91-plperl/Makefile')
-rw-r--r-- | databases/postgresql91-plperl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql91-plperl/Makefile b/databases/postgresql91-plperl/Makefile index 690f32e46b4c..13ea9ecd3b67 100644 --- a/databases/postgresql91-plperl/Makefile +++ b/databases/postgresql91-plperl/Makefile @@ -1,7 +1,7 @@ # Created by: Palle Girgensohn <girgen@partitur.se> # $FreeBSD$ -WANT_PGSQL_VER= 91 +WANT_PGSQL_VER= 9.1 COMPONENT= -plperl .include "${.CURDIR}/../postgresql90-plperl/Makefile" |