aboutsummaryrefslogtreecommitdiff
path: root/www/asterisk-stat
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-05-24 06:12:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-05-24 06:12:11 +0000
commit2eb072e1027d253500b21f4f7041adc6131e10bf (patch)
treed876ff04cd2fc1c0fdde1dfd520aa38a994b8623 /www/asterisk-stat
parentb091d85d549e34c4a086efe97e1b201b79cccc4b (diff)
downloadports-2eb072e1027d253500b21f4f7041adc6131e10bf.tar.gz
ports-2eb072e1027d253500b21f4f7041adc6131e10bf.zip
Notes
Diffstat (limited to 'www/asterisk-stat')
-rw-r--r--www/asterisk-stat/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/asterisk-stat/Makefile b/www/asterisk-stat/Makefile
index 0bc9ae7bc19d..113abab75ff6 100644
--- a/www/asterisk-stat/Makefile
+++ b/www/asterisk-stat/Makefile
@@ -7,7 +7,7 @@
PORTNAME= asterisk-stat
PORTVERSION= 2.0.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://www.areski.net/${SITE_SUBDIR}/
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}
@@ -33,9 +33,6 @@ OPTIONS= PGSQL "Use PostgreSQL instead of MySQL" off
.if defined(WITH_PGSQL)
ASTERISKSTATDB= pgsql
.else
-. if ${OSVERSION} >= 700000
-BROKEN= Depends on net/asterisk-addons which does not build on 7-CURRENT
-. endif
ASTERISKSTATDB= mysql
RUN_DEPENDS+= ${LOCALBASE}/lib/asterisk/modules/cdr_addon_mysql.so:${PORTSDIR}/net/asterisk-addons
.endif