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/asterisk10 | |
parent | 6274c23598d5d3fd074cb54378c329d852660795 (diff) | |
download | freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.gz freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.zst freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.zip |
- Chase unixODBC shlib bump
Diffstat (limited to 'net/asterisk10')
-rw-r--r-- | net/asterisk10/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 806b0688c91e..454f91872ce2 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 10.1.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -132,7 +133,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 |