diff options
author | sobomax <sobomax@FreeBSD.org> | 2005-04-23 02:25:41 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2005-04-23 02:25:41 +0800 |
commit | d89d05ce7f1041ad8b3cb57ee5067b1443721001 (patch) | |
tree | 50d4e534e350cd62379d71d0f55e8b2a481aa5de /net/asterisk12/Makefile | |
parent | 9475cd1803a9077d7e6ad5e4aaac8e51f0b2cc5d (diff) | |
download | freebsd-ports-gnome-d89d05ce7f1041ad8b3cb57ee5067b1443721001.tar.gz freebsd-ports-gnome-d89d05ce7f1041ad8b3cb57ee5067b1443721001.tar.zst freebsd-ports-gnome-d89d05ce7f1041ad8b3cb57ee5067b1443721001.zip |
o Add patches to improve OSS chanel driver.
Submited by: luigi
o add mpg123 into runtime dependencies list.
Diffstat (limited to 'net/asterisk12/Makefile')
-rw-r--r-- | net/asterisk12/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/asterisk12/Makefile b/net/asterisk12/Makefile index 52f177b905d8..bf9289fc189c 100644 --- a/net/asterisk12/Makefile +++ b/net/asterisk12/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -20,10 +20,12 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit -BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client +BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client \ + mpg123:${PORTSDIR}/audio/mpg123 LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ newt.51:${PORTSDIR}/devel/newt -RUN_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client +RUN_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client \ + mpg123:${PORTSDIR}/audio/mpg123 ONLY_FOR_ARCHS= i386 sparc64 |