From 4b1e9a418ba2bd080b25090b526b574172f8b528 Mon Sep 17 00:00:00 2001 From: crees Date: Sat, 22 Nov 2014 20:40:08 +0000 Subject: Finally retire USE_PGSQL --- security/base/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/base') diff --git a/security/base/Makefile b/security/base/Makefile index 442a8ef11415..fae854201c5f 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -31,7 +31,7 @@ USE_MYSQL= yes USE_PHP+= mysql .endif .if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes +USES+= pgsql USE_PHP+= pgsql .endif .if ${PORT_OPTIONS:MPDF} -- cgit