diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-23 02:31:16 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-23 02:31:16 +0000 |
commit | 48dfceb5a2e828ccc98fc3853d3e94fbc6f5d60c (patch) | |
tree | 0e0ff0a530ed523e8771145e0192dd5c456ea691 /www/asterisk-stat | |
parent | 5ee72ac467db19c955b7ec08b4cb5d1fc90f3622 (diff) |
Notes
Diffstat (limited to 'www/asterisk-stat')
-rw-r--r-- | www/asterisk-stat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/asterisk-stat/Makefile b/www/asterisk-stat/Makefile index 4e749bc8cf62..e2848b6cac61 100644 --- a/www/asterisk-stat/Makefile +++ b/www/asterisk-stat/Makefile @@ -34,7 +34,7 @@ OPTIONS= PGSQL "Use PostgreSQL instead of MySQL" off ASTERISKSTATDB= pgsql .else ASTERISKSTATDB= mysql -RUN_DEPENDS+= ${LOCALBASE}/lib/asterisk/modules/cdr_addon_mysql.so:${PORTSDIR}/net/asterisk-addons +RUN_DEPENDS+= ${LOCALBASE}/lib/asterisk/modules/cdr_addon_mysql.so:${PORTSDIR}/net/asterisk14-addons .endif USE_PHP+= ${ASTERISKSTATDB} |