aboutsummaryrefslogtreecommitdiffstats
path: root/net/freeradius2/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-02-06 20:25:50 +0800
committermiwi <miwi@FreeBSD.org>2012-02-06 20:25:50 +0800
commit6afa7fea3b01e1990a38a91a97d897bb328d6a12 (patch)
tree129af67435aa0a4cfd90fba475742eeb65f0cf75 /net/freeradius2/Makefile
parent6274c23598d5d3fd074cb54378c329d852660795 (diff)
downloadfreebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.gz
freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.zst
freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.zip
- Chase unixODBC shlib bump
Diffstat (limited to 'net/freeradius2/Makefile')
-rw-r--r--net/freeradius2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile
index c36cd436e4a6..3dc0f3e77822 100644
--- a/net/freeradius2/Makefile
+++ b/net/freeradius2/Makefile
@@ -9,6 +9,7 @@
PORTNAME= freeradius
DISTVERSION= 2.1.12
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
@@ -146,7 +147,7 @@ PLIST_SUB+= PGSQL="@comment "
.ifdef(WITH_UNIXODBC)
CONFIGURE_ARGS+=--with-rlm_sql_unixodbc
PLIST_SUB+= UNIXODBC=""
-LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
.else
CONFIGURE_ARGS+=--without-rlm_sql_unixodbc
PLIST_SUB+= UNIXODBC="@comment "