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/asterisk | |
parent | 5c23aa439f6eefe00288f736f1e19317349aff8b (diff) | |
download | ports-93cfaf9ad95b11897bbf43c11628f190c4574ec4.tar.gz ports-93cfaf9ad95b11897bbf43c11628f190c4574ec4.zip |
- Chase unixODBC shlib bump
Notes
Notes:
svn path=/head/; revision=290490
Diffstat (limited to 'net/asterisk')
-rw-r--r-- | net/asterisk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 40ef962d6530..69a842dc7a5d 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.8.9.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -134,7 +135,7 @@ PLIST_SUB+= WITH_ODBC="" USE_AUTOTOOLS= libltdl .if defined(WITH_UODBC) CONFIGURE_ARGS+= --with-unixodbc --with-ltdl -LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC .elif defined(WITH_IODBC) CONFIGURE_ARGS+= --with-iodbc --with-ltdl LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc |