diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-02-06 12:25:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-02-06 12:25:50 +0000 |
commit | 93cfaf9ad95b11897bbf43c11628f190c4574ec4 (patch) | |
tree | 21c2db28e841f4df4353d24ea43d8fb0293a0606 /net/asterisk14 | |
parent | 5c23aa439f6eefe00288f736f1e19317349aff8b (diff) | |
download | ports-93cfaf9ad95b11897bbf43c11628f190c4574ec4.tar.gz ports-93cfaf9ad95b11897bbf43c11628f190c4574ec4.zip |
Notes
Diffstat (limited to 'net/asterisk14')
-rw-r--r-- | net/asterisk14/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index a6b44f6b29f3..f114ec384262 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.42 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -100,7 +101,7 @@ CONFIGURE_ARGS+= --without-odbc PLIST_SUB+= WITH_ODBC="" CONFIGURE_ARGS+= --with-odbc --with-ltdl USE_AUTOTOOLS+= libltdl -LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC .endif .if !defined(WITH_FREETDS) |