aboutsummaryrefslogtreecommitdiff
path: root/www/hastymail2
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/hastymail2
parentea1ddaae969d9bec6264bed6d4cd09a57ebbd8a6 (diff)
downloadports-964858137d6f68a2a2ed9747e79ed71e11c0428c.tar.gz
ports-964858137d6f68a2a2ed9747e79ed71e11c0428c.zip
Convert to USES=pgsql
Notes
Notes: svn path=/head/; revision=366069
Diffstat (limited to 'www/hastymail2')
-rw-r--r--www/hastymail2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hastymail2/Makefile b/www/hastymail2/Makefile
index 775f636b5f8d..a0c1eb6d2c20 100644
--- a/www/hastymail2/Makefile
+++ b/www/hastymail2/Makefile
@@ -42,7 +42,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/pear/MDB2/Driver/mysql.php:${PORTSDIR}/database
.endif
.if ${PORT_OPTIONS:MPGSQL}
-USE_PGSQL= yes
+USES+= pgsql
.if ! ${PORT_OPTIONS:MDB}
RUN_DEPENDS+= ${LOCALBASE}/share/pear/MDB2/Driver/pgsql.php:${PORTSDIR}/databases/pear-MDB2_Driver_pgsql
.endif