diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-09-14 21:42:04 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-09-14 21:42:04 +0000 |
commit | 381f0b81c339435926cc2771c81fcbae694ba8d6 (patch) | |
tree | 91e0e5e1ed942648e0062a3b4fa2ee696cd9bdbf /www/asterisk-stat/Makefile | |
parent | 57ae754001ea93e971e825d55be8efe4900cac23 (diff) | |
download | ports-381f0b81c339435926cc2771c81fcbae694ba8d6.tar.gz ports-381f0b81c339435926cc2771c81fcbae694ba8d6.zip |
Notes
Diffstat (limited to 'www/asterisk-stat/Makefile')
-rw-r--r-- | www/asterisk-stat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/asterisk-stat/Makefile b/www/asterisk-stat/Makefile index f020c9766f3f..83bd61e51e06 100644 --- a/www/asterisk-stat/Makefile +++ b/www/asterisk-stat/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk-stat PORTVERSION= 2.0.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MASTER_SITES= http://www.areski.net/${SITE_SUBDIR}/ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g} @@ -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/asterisk14-addons +RUN_DEPENDS+= ${LOCALBASE}/lib/asterisk/modules/cdr_addon_mysql.so:${PORTSDIR}/net/asterisk16-addons .endif USE_PHP+= ${ASTERISKSTATDB} |