wok rev 9962

freeradius: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 15:46:34 2011 +0200 (2011-05-18)
parents 603fc6322049
children 24263dfa9f84
files freeradius/receipt
line diff
     1.1 --- a/freeradius/receipt	Wed May 18 15:43:27 2011 +0200
     1.2 +++ b/freeradius/receipt	Wed May 18 15:46:34 2011 +0200
     1.3 @@ -5,14 +5,15 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="radius server"
     1.6  MAINTAINER="Serge Daigle sdaigl@lacitec.on.ca"
     1.7 -DEPENDS="openssl cyrus-sasl libldap libtool python readline libunixODBC \
     1.8 -libkrb5 libcomerr3 libmysqlclient gdbm"
     1.9 -BUILD_DEPENDS="libtool openldap-dev openssl-dev pam-dev krb5-dev"
    1.10  SOURCE="freeradius-server"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://www.freeradius.org/"
    1.13  WGET_URL="ftp://ftp.freeradius.org/pub/radius/$TARBALL"
    1.14  
    1.15 +DEPENDS="libssl cyrus-sasl libldap libltld python readline libunixODBC \
    1.16 +libkrb5 libcomerr3 libmysqlclient gdbm"
    1.17 +BUILD_DEPENDS="libtool openldap-dev openssl-dev pam-dev krb5-dev gdbm-dev"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {