aboutsummaryrefslogtreecommitdiff
path: root/www/limesurvey
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-08-25 12:19:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-08-25 12:19:43 +0000
commit964858137d6f68a2a2ed9747e79ed71e11c0428c (patch)
treeab9fc35c083927690b346175a37b069a1d344622 /www/limesurvey
parentea1ddaae969d9bec6264bed6d4cd09a57ebbd8a6 (diff)
downloadports-964858137d6f68a2a2ed9747e79ed71e11c0428c.tar.gz
ports-964858137d6f68a2a2ed9747e79ed71e11c0428c.zip
Convert to USES=pgsql
Notes
Notes: svn path=/head/; revision=366069
Diffstat (limited to 'www/limesurvey')
-rw-r--r--www/limesurvey/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/limesurvey/Makefile b/www/limesurvey/Makefile
index 60e113d3677f..dfe82ab02055 100644
--- a/www/limesurvey/Makefile
+++ b/www/limesurvey/Makefile
@@ -25,7 +25,7 @@ ZIP_DESC= Install PHP zip extension
# http://docs.limesurvey.org/Installation&structure=English+Instructions+for+LimeSurvey#Make_sure_you_can_use_LimeSurvey_on_your_website
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
USE_PHP= pgsql
.else
# server is not necessary on this host.