aboutsummaryrefslogtreecommitdiff
path: root/www/mod_tsa
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/mod_tsa
parentea1ddaae969d9bec6264bed6d4cd09a57ebbd8a6 (diff)
downloadports-964858137d6f68a2a2ed9747e79ed71e11c0428c.tar.gz
ports-964858137d6f68a2a2ed9747e79ed71e11c0428c.zip
Convert to USES=pgsql
Notes
Notes: svn path=/head/; revision=366069
Diffstat (limited to 'www/mod_tsa')
-rw-r--r--www/mod_tsa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_tsa/Makefile b/www/mod_tsa/Makefile
index 6075efe78e62..4c48efd7b5ee 100644
--- a/www/mod_tsa/Makefile
+++ b/www/mod_tsa/Makefile
@@ -44,7 +44,7 @@ AP_LIB+= -L${LOCALBASE}/lib/mysql -lmysqlclient
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
CONFIGURE_ARGS+= --enable-pgsql=yes
SRC_FILE+= db_postgresql.c
AP_LIB+= -lpq