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/freeradius2 | |
parent | 5c23aa439f6eefe00288f736f1e19317349aff8b (diff) | |
download | ports-93cfaf9ad95b11897bbf43c11628f190c4574ec4.tar.gz ports-93cfaf9ad95b11897bbf43c11628f190c4574ec4.zip |
Notes
Diffstat (limited to 'net/freeradius2')
-rw-r--r-- | net/freeradius2/Makefile | 3 |
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 " |