diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-10-19 03:11:30 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-10-19 03:11:30 +0800 |
commit | 5091f47ce22d6617163233f5b54af48416c2cf21 (patch) | |
tree | 3228ede4471642719b8ca382e9885845083a727a /net/asterisk16/Makefile | |
parent | 795fb952860a19ecc9a1b36993e7ebbab8fe65a5 (diff) | |
download | freebsd-ports-gnome-5091f47ce22d6617163233f5b54af48416c2cf21.tar.gz freebsd-ports-gnome-5091f47ce22d6617163233f5b54af48416c2cf21.tar.zst freebsd-ports-gnome-5091f47ce22d6617163233f5b54af48416c2cf21.zip |
Fix if audio/speex is installed (actually make speex a required dependency).
Reported by: Tilghman Lesher <tilghman@mail.jeffandtilghman.com>
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 |