diff options
author | madpilot <madpilot@FreeBSD.org> | 2016-04-27 05:17:28 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2016-04-27 05:17:28 +0800 |
commit | e836b34e3129ed096b7500130db2cedf51e31633 (patch) | |
tree | 17431fff8a09db52585823380e1d0ee1884aff7e /net/asterisk11 | |
parent | 5831525390372e330dc1c725360c2a86f4f9d138 (diff) | |
download | freebsd-ports-gnome-e836b34e3129ed096b7500130db2cedf51e31633.tar.gz freebsd-ports-gnome-e836b34e3129ed096b7500130db2cedf51e31633.tar.zst freebsd-ports-gnome-e836b34e3129ed096b7500130db2cedf51e31633.zip |
- Convert to USES=mysql
- While here enable MYSQL option by default
Diffstat (limited to 'net/asterisk11')
-rw-r--r-- | net/asterisk11/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index 0d11e0c49f9c..9f1609ae3fe1 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 11.22.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729 MASTER_SITE_SUBDIR= asterisk/:main \ @@ -53,7 +54,7 @@ OPTIONS_DEFINE= BACKTRACE CURL EXCHANGE FREETDS LDAP LUA \ MP3PLAYER OOH323 RADIUS SNMP SPANDSP SRTP \ SYSINFO UUID XMPP OPTIONS_DEFAULT= BACKTRACE CURL FREETDS GSM LUA MP3PLAYER \ - NEWT ODBC PGSQL RADIUS SNMP SPANDSP SPEEX \ + NEWT MYSQL ODBC PGSQL RADIUS SNMP SPANDSP SPEEX \ SQLITE2 UUID VORBIS OPTIONS_DEFINE_i386= DAHDI @@ -142,7 +143,7 @@ LUA_CFLAGS= -I${LUA_INCDIR} LUA_LDFLAGS= -L${LUA_LIBDIR} MYSQL_CONFIGURE_WITH= mysqlclient -MYSQL_USE= MYSQL=yes +MYSQL_USES= mysql MP3PLAYER_RUN_DEPENDS= mpg123:audio/mpg123 |