aboutsummaryrefslogtreecommitdiffstats
path: root/www/asterisk-stat
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2010-11-23 10:31:16 +0800
committerfjoe <fjoe@FreeBSD.org>2010-11-23 10:31:16 +0800
commit268075690c4d6e5e18ab8afc780fa41b4f9e6922 (patch)
tree91f7145d84a7edbbf60ce8a80c7c96eac10a27c8 /www/asterisk-stat
parent3c1389b4134a8abda71a7607d0e6249efbc6efd6 (diff)
downloadfreebsd-ports-gnome-268075690c4d6e5e18ab8afc780fa41b4f9e6922.tar.gz
freebsd-ports-gnome-268075690c4d6e5e18ab8afc780fa41b4f9e6922.tar.zst
freebsd-ports-gnome-268075690c4d6e5e18ab8afc780fa41b4f9e6922.zip
Fix depends on asterisk 1.4 ports.
Diffstat (limited to 'www/asterisk-stat')
-rw-r--r--www/asterisk-stat/Makefile2
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}