diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-03-16 17:10:03 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-03-16 17:10:03 +0000 |
commit | ec91909a2be2d8558129a2c3ab2eab7ce3398571 (patch) | |
tree | 9e45857c929dd671b37210ef5118be447ebb5c94 | |
parent | Add p5-PerlIO-via-dynamic 0.02, dynamic PerlIO layers. (diff) |
Add two spaces for fix describe target for 4.8's make.
Spotted by: Scott Lipcon <slipcon@mercea.net>
Patch from: Timur I. Bakeyev <timur@com.bat.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=104190
-rw-r--r-- | net/samba-devel/Makefile | 2 | ||||
-rw-r--r-- | net/samba3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index 1611928fe5ee..4cd747650fa2 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/Makefile @@ -190,7 +190,7 @@ CONFIGURE_ARGS+= --with-expsam=${WANT_EXPSAM_MODULES} CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME} .elif defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} -.elif (defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105) && exists(/usr/lib/libkrb5.a) +.elif ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(/usr/lib/libkrb5.a) CONFIGURE_ARGS+= --with-krb5=${DESTDIR}/usr .else BROKEN= "Kerberos5 is necessary for ADS support. Please, install either Heimdal or MIT-Kerberos" diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 1611928fe5ee..4cd747650fa2 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -190,7 +190,7 @@ CONFIGURE_ARGS+= --with-expsam=${WANT_EXPSAM_MODULES} CONFIGURE_ARGS+= --with-krb5=${KRB5_HOME} .elif defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} -.elif (defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105) && exists(/usr/lib/libkrb5.a) +.elif ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(/usr/lib/libkrb5.a) CONFIGURE_ARGS+= --with-krb5=${DESTDIR}/usr .else BROKEN= "Kerberos5 is necessary for ADS support. Please, install either Heimdal or MIT-Kerberos" |