diff options
Diffstat (limited to 'www/hastymail2-devel')
-rw-r--r-- | www/hastymail2-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hastymail2-devel/Makefile b/www/hastymail2-devel/Makefile index 09ddf2e893b1..81c65724c581 100644 --- a/www/hastymail2-devel/Makefile +++ b/www/hastymail2-devel/Makefile @@ -43,7 +43,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 |