diff options
author | miwi <miwi@FreeBSD.org> | 2012-02-06 20:25:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-02-06 20:25:50 +0800 |
commit | 6afa7fea3b01e1990a38a91a97d897bb328d6a12 (patch) | |
tree | 129af67435aa0a4cfd90fba475742eeb65f0cf75 /net/asterisk16 | |
parent | 6274c23598d5d3fd074cb54378c329d852660795 (diff) | |
download | freebsd-ports-graphics-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.gz freebsd-ports-graphics-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.zst freebsd-ports-graphics-6afa7fea3b01e1990a38a91a97d897bb328d6a12.zip |
- Chase unixODBC shlib bump
Diffstat (limited to 'net/asterisk16')
-rw-r--r-- | net/asterisk16/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 4e2b444b622..da313d43580 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.6.2.22 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -129,7 +130,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 |