diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-18 19:11:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-10-18 19:11:30 +0000 |
commit | 54858b623befc6707c498f9b6f94c55b778a3012 (patch) | |
tree | a8e41113b91129ccba870fb1c82945edeab43ede /net/asterisk16/Makefile | |
parent | c1237bfac8fcb99fd64e0d4e6893ce3e44c11f42 (diff) |
Fix if audio/speex is installed (actually make speex a required dependency).
Reported by: Tilghman Lesher <tilghman@mail.jeffandtilghman.com>
Notes
Notes:
svn path=/head/; revision=91589
Diffstat (limited to 'net/asterisk16/Makefile')
-rw-r--r-- | net/asterisk16/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 870aaae229af..89b4dbc958c9 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -15,6 +16,7 @@ MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client +LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex RUN_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql40-client GNU_CONFIGURE= yes |