diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-25 12:19:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-25 12:19:43 +0000 |
commit | 964858137d6f68a2a2ed9747e79ed71e11c0428c (patch) | |
tree | ab9fc35c083927690b346175a37b069a1d344622 /www/mod_tsa/Makefile | |
parent | ea1ddaae969d9bec6264bed6d4cd09a57ebbd8a6 (diff) | |
download | ports-964858137d6f68a2a2ed9747e79ed71e11c0428c.tar.gz ports-964858137d6f68a2a2ed9747e79ed71e11c0428c.zip |
Notes
Diffstat (limited to 'www/mod_tsa/Makefile')
-rw-r--r-- | www/mod_tsa/Makefile | 2 |
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 |