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 | |
parent | 5ee72ac467db19c955b7ec08b4cb5d1fc90f3622 (diff) | |
download | ports-48dfceb5a2e828ccc98fc3853d3e94fbc6f5d60c.tar.gz ports-48dfceb5a2e828ccc98fc3853d3e94fbc6f5d60c.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/asterisk-gui/Makefile | 2 | ||||
-rw-r--r-- | www/asterisk-stat/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/asterisk-gui/Makefile b/www/asterisk-gui/Makefile index 21a8fd70f1a6..35044214dfb0 100644 --- a/www/asterisk-gui/Makefile +++ b/www/asterisk-gui/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk-gui/releases/ MAINTAINER= pneumann@gmail.com COMMENT= An asterisk ajax web manager -RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk \ +RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk14 \ wget:${PORTSDIR}/ftp/wget PROJECTHOST= asterisk-bsd 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} |